Shades of Black Russian #030432
Tints of Black Russian #030432
RGB
CMYK
RGB Variations
Color information
#030432 (or 0x030432) is known color: Black Russian. HEX triplet: 03, 04 and 32. RGB value is (3,4,50). Sum of RGB (Red+Green+Blue) = 3+4+50=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 50 (19.92% from 255 or 87.72% from 57); Max value from RGB is 50 - color contains mainly: blue. Hex color #030432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030432 is #FCFBCD. Grayscale: #080808. Windows color (decimal): -16579534 or 3277827. OLE color: 3277827.
HSL color Cylindrical-coordinate representation of color #030432: hue angle of 238.72º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030432 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 4 | 50 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.80 |
| HSL | 238.72º | 0.89% | 0.1% | - |
| HSV(B) | 238.72º | 0.94% | 0.2% | - |
| XYZ | 0.66 | 0.34 | 3.05 | - |
| YUV | 8.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 50 | 0.94 | 0.92 | 0 | 0.80 | 238.72 | 0.89 | 0.1 |
| Hex | 3 | 4 | 32 | 5E | 5C | 0 | 50 | EF | 59 | A |
| Octal | 3 | 4 | 62 | 136 | 134 | 0 | 120 | 357 | 131 | 12 |
| Binary | 11 | 100 | 110010 | 1011110 | 1011100 | 0 | 1010000 | 11101111 | 1011001 | 1010 |
Color Harmonies of #030432
Complementary color
Monochromatic Colors of #030432
Black with #030432
Text Example
Text Example
White with #030432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030432; }
p { color: rgb(3,4,50); }
H1.HeaderClassName
{
color: #030432;
}
.AnyTagClassName
{
color: #030432;
}
</style>
background-color css
<style>
a { background-color: #030432; }
a { background-color: rgb(3,4,50); }
div.DivClassName
{
background-color: #030432;
}
.BgClassName
{
background-color: #030432;
}
</style>
border-color css
<style>
span { border-color: #030432; }
span { border-color: rgb(3,4,50); }
td.TdClassName
{
border-color: #030432;
}
.TagClassName
{
border-color: #030432;
}
</style>