Shades of Black Russian #232533
Tints of Black Russian #232533
RGB
CMYK
RGB Variations
Color information
#232533 (or 0x232533) is known color: Black Russian. HEX triplet: 23, 25 and 33. RGB value is (35,37,51). Sum of RGB (Red+Green+Blue) = 35+37+51=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #232533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232533 is #DCDACC. Grayscale: #252525. Windows color (decimal): -14473933 or 3351843. OLE color: 3351843.
HSL color Cylindrical-coordinate representation of color #232533: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #232533 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 37 | 51 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.8 |
| HSL | 232.5º | 0.19% | 0.17% | - |
| HSV(B) | 232.5º | 0.31% | 0.2% | - |
| XYZ | 1.95 | 1.92 | 3.4 | - |
| YUV | 38 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 51 | 0.31 | 0.27 | 0 | 0.8 | 232.5 | 0.19 | 0.17 |
| Hex | 23 | 25 | 33 | 1F | 1B | 0 | 50 | E8 | 13 | 11 |
| Octal | 43 | 45 | 63 | 37 | 33 | 0 | 120 | 350 | 23 | 21 |
| Binary | 100011 | 100101 | 110011 | 11111 | 11011 | 0 | 1010000 | 11101000 | 10011 | 10001 |
Color Harmonies of #232533
Complementary color
Monochromatic Colors of #232533
Black with #232533
Text Example
Text Example
White with #232533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232533; }
p { color: rgb(35,37,51); }
H1.HeaderClassName
{
color: #232533;
}
.AnyTagClassName
{
color: #232533;
}
</style>
background-color css
<style>
a { background-color: #232533; }
a { background-color: rgb(35,37,51); }
div.DivClassName
{
background-color: #232533;
}
.BgClassName
{
background-color: #232533;
}
</style>
border-color css
<style>
span { border-color: #232533; }
span { border-color: rgb(35,37,51); }
td.TdClassName
{
border-color: #232533;
}
.TagClassName
{
border-color: #232533;
}
</style>