Shades of Black Russian #242532
Tints of Black Russian #242532
RGB
CMYK
RGB Variations
Color information
#242532 (or 0x242532) is known color: Black Russian. HEX triplet: 24, 25 and 32. RGB value is (36,37,50). Sum of RGB (Red+Green+Blue) = 36+37+50=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #242532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242532 is #DBDACD. Grayscale: #262626. Windows color (decimal): -14408398 or 3286308. OLE color: 3286308.
HSL color Cylindrical-coordinate representation of color #242532: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #242532 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 37 | 50 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.80 |
| HSL | 235.71º | 0.16% | 0.17% | - |
| HSV(B) | 235.71º | 0.28% | 0.2% | - |
| XYZ | 1.96 | 1.93 | 3.29 | - |
| YUV | 38.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 50 | 0.28 | 0.26 | 0 | 0.80 | 235.71 | 0.16 | 0.17 |
| Hex | 24 | 25 | 32 | 1C | 1A | 0 | 50 | EC | 10 | 11 |
| Octal | 44 | 45 | 62 | 34 | 32 | 0 | 120 | 354 | 20 | 21 |
| Binary | 100100 | 100101 | 110010 | 11100 | 11010 | 0 | 1010000 | 11101100 | 10000 | 10001 |
Color Harmonies of #242532
Complementary color
Monochromatic Colors of #242532
Black with #242532
Text Example
Text Example
White with #242532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242532; }
p { color: rgb(36,37,50); }
H1.HeaderClassName
{
color: #242532;
}
.AnyTagClassName
{
color: #242532;
}
</style>
background-color css
<style>
a { background-color: #242532; }
a { background-color: rgb(36,37,50); }
div.DivClassName
{
background-color: #242532;
}
.BgClassName
{
background-color: #242532;
}
</style>
border-color css
<style>
span { border-color: #242532; }
span { border-color: rgb(36,37,50); }
td.TdClassName
{
border-color: #242532;
}
.TagClassName
{
border-color: #242532;
}
</style>