Shades of Black Russian #23262F
Tints of Black Russian #23262F
RGB
CMYK
RGB Variations
Color information
#23262F (or 0x23262F) is known color: Black Russian. HEX triplet: 23, 26 and 2F. RGB value is (35,38,47). Sum of RGB (Red+Green+Blue) = 35+38+47=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #23262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23262F is #DCD9D0. Grayscale: #262626. Windows color (decimal): -14473681 or 3089955. OLE color: 3089955.
HSL color Cylindrical-coordinate representation of color #23262F: hue angle of 225º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #23262F is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 38 | 47 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.82 |
| HSL | 225º | 0.15% | 0.16% | - |
| HSV(B) | 225º | 0.26% | 0.18% | - |
| XYZ | 1.9 | 1.95 | 2.97 | - |
| YUV | 38.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 47 | 0.26 | 0.19 | 0 | 0.82 | 225 | 0.15 | 0.16 |
| Hex | 23 | 26 | 2F | 1A | 13 | 0 | 52 | E1 | F | 10 |
| Octal | 43 | 46 | 57 | 32 | 23 | 0 | 122 | 341 | 17 | 20 |
| Binary | 100011 | 100110 | 101111 | 11010 | 10011 | 0 | 1010010 | 11100001 | 1111 | 10000 |
Color Harmonies of #23262F
Complementary color
Monochromatic Colors of #23262F
Black with #23262F
Text Example
Text Example
White with #23262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23262F; }
p { color: rgb(35,38,47); }
H1.HeaderClassName
{
color: #23262F;
}
.AnyTagClassName
{
color: #23262F;
}
</style>
background-color css
<style>
a { background-color: #23262F; }
a { background-color: rgb(35,38,47); }
div.DivClassName
{
background-color: #23262F;
}
.BgClassName
{
background-color: #23262F;
}
</style>
border-color css
<style>
span { border-color: #23262F; }
span { border-color: rgb(35,38,47); }
td.TdClassName
{
border-color: #23262F;
}
.TagClassName
{
border-color: #23262F;
}
</style>