Shades of Black Russian #24252D
Tints of Black Russian #24252D
RGB
CMYK
RGB Variations
Color information
#24252D (or 0x24252D) is known color: Black Russian. HEX triplet: 24, 25 and 2D. RGB value is (36,37,45). Sum of RGB (Red+Green+Blue) = 36+37+45=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 45 - color contains mainly: blue. Hex color #24252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24252D is #DBDAD2. Grayscale: #252525. Windows color (decimal): -14408403 or 2958628. OLE color: 2958628.
HSL color Cylindrical-coordinate representation of color #24252D: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #24252D is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 37 | 45 | - |
| CMYK | 0.2 | 0.18 | 0 | 0.82 |
| HSL | 233.33º | 0.11% | 0.16% | - |
| HSV(B) | 233.33º | 0.2% | 0.18% | - |
| XYZ | 1.86 | 1.89 | 2.75 | - |
| YUV | 37.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 45 | 0.2 | 0.18 | 0 | 0.82 | 233.33 | 0.11 | 0.16 |
| Hex | 24 | 25 | 2D | 14 | 12 | 0 | 52 | E9 | B | 10 |
| Octal | 44 | 45 | 55 | 24 | 22 | 0 | 122 | 351 | 13 | 20 |
| Binary | 100100 | 100101 | 101101 | 10100 | 10010 | 0 | 1010010 | 11101001 | 1011 | 10000 |
Color Harmonies of #24252D
Complementary color
Monochromatic Colors of #24252D
Black with #24252D
Text Example
Text Example
White with #24252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24252D; }
p { color: rgb(36,37,45); }
H1.HeaderClassName
{
color: #24252D;
}
.AnyTagClassName
{
color: #24252D;
}
</style>
background-color css
<style>
a { background-color: #24252D; }
a { background-color: rgb(36,37,45); }
div.DivClassName
{
background-color: #24252D;
}
.BgClassName
{
background-color: #24252D;
}
</style>
border-color css
<style>
span { border-color: #24252D; }
span { border-color: rgb(36,37,45); }
td.TdClassName
{
border-color: #24252D;
}
.TagClassName
{
border-color: #24252D;
}
</style>