Shades of Black Russian #23252B
Tints of Black Russian #23252B
RGB
CMYK
RGB Variations
Color information
#23252B (or 0x23252B) is known color: Black Russian. HEX triplet: 23, 25 and 2B. RGB value is (35,37,43). Sum of RGB (Red+Green+Blue) = 35+37+43=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 43 - color contains mainly: blue. Hex color #23252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23252B is #DCDAD4. Grayscale: #252525. Windows color (decimal): -14473941 or 2827555. OLE color: 2827555.
HSL color Cylindrical-coordinate representation of color #23252B: hue angle of 225º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #23252B is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 37 | 43 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.83 |
| HSL | 225º | 0.1% | 0.15% | - |
| HSV(B) | 225º | 0.19% | 0.17% | - |
| XYZ | 1.79 | 1.85 | 2.55 | - |
| YUV | 37.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 43 | 0.19 | 0.14 | 0 | 0.83 | 225 | 0.1 | 0.15 |
| Hex | 23 | 25 | 2B | 13 | E | 0 | 53 | E1 | A | F |
| Octal | 43 | 45 | 53 | 23 | 16 | 0 | 123 | 341 | 12 | 17 |
| Binary | 100011 | 100101 | 101011 | 10011 | 1110 | 0 | 1010011 | 11100001 | 1010 | 1111 |
Color Harmonies of #23252B
Complementary color
Monochromatic Colors of #23252B
Black with #23252B
Text Example
Text Example
White with #23252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23252B; }
p { color: rgb(35,37,43); }
H1.HeaderClassName
{
color: #23252B;
}
.AnyTagClassName
{
color: #23252B;
}
</style>
background-color css
<style>
a { background-color: #23252B; }
a { background-color: rgb(35,37,43); }
div.DivClassName
{
background-color: #23252B;
}
.BgClassName
{
background-color: #23252B;
}
</style>
border-color css
<style>
span { border-color: #23252B; }
span { border-color: rgb(35,37,43); }
td.TdClassName
{
border-color: #23252B;
}
.TagClassName
{
border-color: #23252B;
}
</style>