Shades of Black Russian #23252D
Tints of Black Russian #23252D
RGB
CMYK
RGB Variations
Color information
#23252D (or 0x23252D) is known color: Black Russian. HEX triplet: 23, 25 and 2D. RGB value is (35,37,45). Sum of RGB (Red+Green+Blue) = 35+37+45=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 45 - color contains mainly: blue. Hex color #23252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23252D is #DCDAD2. Grayscale: #252525. Windows color (decimal): -14473939 or 2958627. OLE color: 2958627.
HSL color Cylindrical-coordinate representation of color #23252D: hue angle of 228º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #23252D is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 37 | 45 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.82 |
| HSL | 228º | 0.13% | 0.16% | - |
| HSV(B) | 228º | 0.22% | 0.18% | - |
| XYZ | 1.83 | 1.87 | 2.75 | - |
| YUV | 37.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 45 | 0.22 | 0.18 | 0 | 0.82 | 228 | 0.13 | 0.16 |
| Hex | 23 | 25 | 2D | 16 | 12 | 0 | 52 | E4 | C | 10 |
| Octal | 43 | 45 | 55 | 26 | 22 | 0 | 122 | 344 | 14 | 20 |
| Binary | 100011 | 100101 | 101101 | 10110 | 10010 | 0 | 1010010 | 11100100 | 1100 | 10000 |
Color Harmonies of #23252D
Complementary color
Monochromatic Colors of #23252D
Black with #23252D
Text Example
Text Example
White with #23252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23252D; }
p { color: rgb(35,37,45); }
H1.HeaderClassName
{
color: #23252D;
}
.AnyTagClassName
{
color: #23252D;
}
</style>
background-color css
<style>
a { background-color: #23252D; }
a { background-color: rgb(35,37,45); }
div.DivClassName
{
background-color: #23252D;
}
.BgClassName
{
background-color: #23252D;
}
</style>
border-color css
<style>
span { border-color: #23252D; }
span { border-color: rgb(35,37,45); }
td.TdClassName
{
border-color: #23252D;
}
.TagClassName
{
border-color: #23252D;
}
</style>