Shades of Black Russian #232429
Tints of Black Russian #232429
RGB
CMYK
RGB Variations
Color information
#232429 (or 0x232429) is known color: Black Russian. HEX triplet: 23, 24 and 29. RGB value is (35,36,41). Sum of RGB (Red+Green+Blue) = 35+36+41=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 41 - color contains mainly: blue. Hex color #232429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232429 is #DCDBD6. Grayscale: #242424. Windows color (decimal): -14474199 or 2696227. OLE color: 2696227.
HSL color Cylindrical-coordinate representation of color #232429: hue angle of 230º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #232429 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 36 | 41 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.84 |
| HSL | 230º | 0.08% | 0.15% | - |
| HSV(B) | 230º | 0.15% | 0.16% | - |
| XYZ | 1.72 | 1.78 | 2.35 | - |
| YUV | 36.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 41 | 0.15 | 0.12 | 0 | 0.84 | 230 | 0.08 | 0.15 |
| Hex | 23 | 24 | 29 | F | C | 0 | 54 | E6 | 8 | F |
| Octal | 43 | 44 | 51 | 17 | 14 | 0 | 124 | 346 | 10 | 17 |
| Binary | 100011 | 100100 | 101001 | 1111 | 1100 | 0 | 1010100 | 11100110 | 1000 | 1111 |
Color Harmonies of #232429
Complementary color
Monochromatic Colors of #232429
Black with #232429
Text Example
Text Example
White with #232429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232429; }
p { color: rgb(35,36,41); }
H1.HeaderClassName
{
color: #232429;
}
.AnyTagClassName
{
color: #232429;
}
</style>
background-color css
<style>
a { background-color: #232429; }
a { background-color: rgb(35,36,41); }
div.DivClassName
{
background-color: #232429;
}
.BgClassName
{
background-color: #232429;
}
</style>
border-color css
<style>
span { border-color: #232429; }
span { border-color: rgb(35,36,41); }
td.TdClassName
{
border-color: #232429;
}
.TagClassName
{
border-color: #232429;
}
</style>