Shades of Blue Charcoal #21262B
Tints of Blue Charcoal #21262B
RGB
CMYK
RGB Variations
Color information
#21262B (or 0x21262B) is known color: Blue Charcoal. HEX triplet: 21, 26 and 2B. RGB value is (33,38,43). Sum of RGB (Red+Green+Blue) = 33+38+43=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #21262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21262B is #DED9D4. Grayscale: #252525. Windows color (decimal): -14604757 or 2827809. OLE color: 2827809.
HSL color Cylindrical-coordinate representation of color #21262B: hue angle of 210º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #21262B is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 33 | 38 | 43 | - |
CMYK | 0.23 | 0.12 | 0 | 0.83 |
HSL | 210º | 0.13% | 0.15% | - |
HSV(B) | 210º | 0.23% | 0.17% | - |
XYZ | 1.76 | 1.88 | 2.56 | - |
YUV | 37.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 38 | 43 | 0.23 | 0.12 | 0 | 0.83 | 210 | 0.13 | 0.15 |
Hex | 21 | 26 | 2B | 17 | C | 0 | 53 | D2 | D | F |
Octal | 41 | 46 | 53 | 27 | 14 | 0 | 123 | 322 | 15 | 17 |
Binary | 100001 | 100110 | 101011 | 10111 | 1100 | 0 | 1010011 | 11010010 | 1101 | 1111 |
Color Harmonies of #21262B
Complementary color
Monochromatic Colors of #21262B
Black with #21262B
Text Example
Text Example
White with #21262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21262B; }
p { color: rgb(33,38,43); }
H1.HeaderClassName
{
color: #21262B;
}
.AnyTagClassName
{
color: #21262B;
}
</style>
background-color css
<style>
a { background-color: #21262B; }
a { background-color: rgb(33,38,43); }
div.DivClassName
{
background-color: #21262B;
}
.BgClassName
{
background-color: #21262B;
}
</style>
border-color css
<style>
span { border-color: #21262B; }
span { border-color: rgb(33,38,43); }
td.TdClassName
{
border-color: #21262B;
}
.TagClassName
{
border-color: #21262B;
}
</style>