Shades of Black Russian #04052B
Tints of Black Russian #04052B
RGB
CMYK
RGB Variations
Color information
#04052B (or 0x04052B) is known color: Black Russian. HEX triplet: 04, 05 and 2B. RGB value is (4,5,43). Sum of RGB (Red+Green+Blue) = 4+5+43=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 43 (17.19% from 255 or 82.69% from 52); Max value from RGB is 43 - color contains mainly: blue. Hex color #04052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04052B is #FBFAD4. Grayscale: #080808. Windows color (decimal): -16513749 or 2819332. OLE color: 2819332.
HSL color Cylindrical-coordinate representation of color #04052B: hue angle of 238.46º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04052B is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 5 | 43 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.83 |
| HSL | 238.46º | 0.83% | 0.09% | - |
| HSV(B) | 238.46º | 0.91% | 0.17% | - |
| XYZ | 0.54 | 0.31 | 2.32 | - |
| YUV | 9.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 43 | 0.91 | 0.88 | 0 | 0.83 | 238.46 | 0.83 | 0.09 |
| Hex | 4 | 5 | 2B | 5B | 58 | 0 | 53 | EE | 53 | 9 |
| Octal | 4 | 5 | 53 | 133 | 130 | 0 | 123 | 356 | 123 | 11 |
| Binary | 100 | 101 | 101011 | 1011011 | 1011000 | 0 | 1010011 | 11101110 | 1010011 | 1001 |
Color Harmonies of #04052B
Complementary color
Monochromatic Colors of #04052B
Black with #04052B
Text Example
Text Example
White with #04052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04052B; }
p { color: rgb(4,5,43); }
H1.HeaderClassName
{
color: #04052B;
}
.AnyTagClassName
{
color: #04052B;
}
</style>
background-color css
<style>
a { background-color: #04052B; }
a { background-color: rgb(4,5,43); }
div.DivClassName
{
background-color: #04052B;
}
.BgClassName
{
background-color: #04052B;
}
</style>
border-color css
<style>
span { border-color: #04052B; }
span { border-color: rgb(4,5,43); }
td.TdClassName
{
border-color: #04052B;
}
.TagClassName
{
border-color: #04052B;
}
</style>