Shades of Black Russian #040B28
Tints of Black Russian #040B28
RGB
CMYK
RGB Variations
Color information
#040B28 (or 0x040B28) is known color: Black Russian. HEX triplet: 04, 0B and 28. RGB value is (4,11,40). Sum of RGB (Red+Green+Blue) = 4+11+40=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 40 (16.02% from 255 or 72.73% from 55); Max value from RGB is 40 - color contains mainly: blue. Hex color #040B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B28 is #FBF4D7. Grayscale: #0C0C0C. Windows color (decimal): -16512216 or 2624260. OLE color: 2624260.
HSL color Cylindrical-coordinate representation of color #040B28: hue angle of 228.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #040B28 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 11 | 40 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.84 |
| HSL | 228.33º | 0.82% | 0.09% | - |
| HSV(B) | 228.33º | 0.9% | 0.16% | - |
| XYZ | 0.55 | 0.42 | 2.06 | - |
| YUV | 12.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 40 | 0.90 | 0.72 | 0 | 0.84 | 228.33 | 0.82 | 0.09 |
| Hex | 4 | B | 28 | 5A | 48 | 0 | 54 | E4 | 52 | 9 |
| Octal | 4 | 13 | 50 | 132 | 110 | 0 | 124 | 344 | 122 | 11 |
| Binary | 100 | 1011 | 101000 | 1011010 | 1001000 | 0 | 1010100 | 11100100 | 1010010 | 1001 |
Color Harmonies of #040B28
Complementary color
Monochromatic Colors of #040B28
Black with #040B28
Text Example
Text Example
White with #040B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B28; }
p { color: rgb(4,11,40); }
H1.HeaderClassName
{
color: #040B28;
}
.AnyTagClassName
{
color: #040B28;
}
</style>
background-color css
<style>
a { background-color: #040B28; }
a { background-color: rgb(4,11,40); }
div.DivClassName
{
background-color: #040B28;
}
.BgClassName
{
background-color: #040B28;
}
</style>
border-color css
<style>
span { border-color: #040B28; }
span { border-color: rgb(4,11,40); }
td.TdClassName
{
border-color: #040B28;
}
.TagClassName
{
border-color: #040B28;
}
</style>