Shades of Black Russian #040F23
Tints of Black Russian #040F23
RGB
CMYK
RGB Variations
Color information
#040F23 (or 0x040F23) is known color: Black Russian. HEX triplet: 04, 0F and 23. RGB value is (4,15,35). Sum of RGB (Red+Green+Blue) = 4+15+35=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #040F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F23 is #FBF0DC. Grayscale: #0D0D0D. Windows color (decimal): -16511197 or 2297604. OLE color: 2297604.
HSL color Cylindrical-coordinate representation of color #040F23: hue angle of 218.71º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #040F23 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 15 | 35 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.86 |
| HSL | 218.71º | 0.79% | 0.08% | - |
| HSV(B) | 218.71º | 0.89% | 0.14% | - |
| XYZ | 0.52 | 0.49 | 1.66 | - |
| YUV | 13.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 35 | 0.89 | 0.57 | 0 | 0.86 | 218.71 | 0.79 | 0.08 |
| Hex | 4 | F | 23 | 59 | 39 | 0 | 56 | DB | 4F | 8 |
| Octal | 4 | 17 | 43 | 131 | 71 | 0 | 126 | 333 | 117 | 10 |
| Binary | 100 | 1111 | 100011 | 1011001 | 111001 | 0 | 1010110 | 11011011 | 1001111 | 1000 |
Color Harmonies of #040F23
Complementary color
Monochromatic Colors of #040F23
Black with #040F23
Text Example
Text Example
White with #040F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F23; }
p { color: rgb(4,15,35); }
H1.HeaderClassName
{
color: #040F23;
}
.AnyTagClassName
{
color: #040F23;
}
</style>
background-color css
<style>
a { background-color: #040F23; }
a { background-color: rgb(4,15,35); }
div.DivClassName
{
background-color: #040F23;
}
.BgClassName
{
background-color: #040F23;
}
</style>
border-color css
<style>
span { border-color: #040F23; }
span { border-color: rgb(4,15,35); }
td.TdClassName
{
border-color: #040F23;
}
.TagClassName
{
border-color: #040F23;
}
</style>