Shades of Blue Charcoal #242526
Tints of Blue Charcoal #242526
RGB
CMYK
RGB Variations
Color information
#242526 (or 0x242526) is known color: Blue Charcoal. HEX triplet: 24, 25 and 26. RGB value is (36,37,38). Sum of RGB (Red+Green+Blue) = 36+37+38=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 38 - color contains mainly: blue. Hex color #242526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242526 is #DBDAD9. Grayscale: #242424. Windows color (decimal): -14408410 or 2499876. OLE color: 2499876.
HSL color Cylindrical-coordinate representation of color #242526: hue angle of 210º degrees, saturation: 0.03, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #242526 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
RGB | 36 | 37 | 38 | - |
CMYK | 0.05 | 0.03 | 0 | 0.85 |
HSL | 210º | 0.03% | 0.15% | - |
HSV(B) | 210º | 0.05% | 0.15% | - |
XYZ | 1.74 | 1.84 | 2.1 | - |
YUV | 36.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 37 | 38 | 0.05 | 0.03 | 0 | 0.85 | 210 | 0.03 | 0.15 |
Hex | 24 | 25 | 26 | 5 | 3 | 0 | 55 | D2 | 3 | F |
Octal | 44 | 45 | 46 | 5 | 3 | 0 | 125 | 322 | 3 | 17 |
Binary | 100100 | 100101 | 100110 | 101 | 11 | 0 | 1010101 | 11010010 | 11 | 1111 |
Color Harmonies of #242526
Complementary color
Monochromatic Colors of #242526
Black with #242526
Text Example
Text Example
White with #242526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242526; }
p { color: rgb(36,37,38); }
H1.HeaderClassName
{
color: #242526;
}
.AnyTagClassName
{
color: #242526;
}
</style>
background-color css
<style>
a { background-color: #242526; }
a { background-color: rgb(36,37,38); }
div.DivClassName
{
background-color: #242526;
}
.BgClassName
{
background-color: #242526;
}
</style>
border-color css
<style>
span { border-color: #242526; }
span { border-color: rgb(36,37,38); }
td.TdClassName
{
border-color: #242526;
}
.TagClassName
{
border-color: #242526;
}
</style>