Shades of Black Russian #242527
Tints of Black Russian #242527
RGB
CMYK
RGB Variations
Color information
#242527 (or 0x242527) is known color: Black Russian. HEX triplet: 24, 25 and 27. RGB value is (36,37,39). Sum of RGB (Red+Green+Blue) = 36+37+39=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 39 - color contains mainly: blue. Hex color #242527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242527 is #DBDAD8. Grayscale: #242424. Windows color (decimal): -14408409 or 2565412. OLE color: 2565412.
HSL color Cylindrical-coordinate representation of color #242527: hue angle of 220º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #242527 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 37 | 39 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.85 |
| HSL | 220º | 0.04% | 0.15% | - |
| HSV(B) | 220º | 0.08% | 0.15% | - |
| XYZ | 1.76 | 1.84 | 2.18 | - |
| YUV | 36.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 39 | 0.08 | 0.05 | 0 | 0.85 | 220 | 0.04 | 0.15 |
| Hex | 24 | 25 | 27 | 8 | 5 | 0 | 55 | DC | 4 | F |
| Octal | 44 | 45 | 47 | 10 | 5 | 0 | 125 | 334 | 4 | 17 |
| Binary | 100100 | 100101 | 100111 | 1000 | 101 | 0 | 1010101 | 11011100 | 100 | 1111 |
Color Harmonies of #242527
Complementary color
Monochromatic Colors of #242527
Black with #242527
Text Example
Text Example
White with #242527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242527; }
p { color: rgb(36,37,39); }
H1.HeaderClassName
{
color: #242527;
}
.AnyTagClassName
{
color: #242527;
}
</style>
background-color css
<style>
a { background-color: #242527; }
a { background-color: rgb(36,37,39); }
div.DivClassName
{
background-color: #242527;
}
.BgClassName
{
background-color: #242527;
}
</style>
border-color css
<style>
span { border-color: #242527; }
span { border-color: rgb(36,37,39); }
td.TdClassName
{
border-color: #242527;
}
.TagClassName
{
border-color: #242527;
}
</style>