Shades of Black Russian #03002C
Tints of Black Russian #03002C
RGB
CMYK
RGB Variations
Color information
#03002C (or 0x03002C) is known color: Black Russian. HEX triplet: 03, 00 and 2C. RGB value is (3,0,44). Sum of RGB (Red+Green+Blue) = 3+0+44=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 44 (17.58% from 255 or 93.62% from 47); Max value from RGB is 44 - color contains mainly: blue. Hex color #03002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03002C is #FCFFD3. Grayscale: #050505. Windows color (decimal): -16580564 or 2883587. OLE color: 2883587.
HSL color Cylindrical-coordinate representation of color #03002C: hue angle of 244.09º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03002C is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 0 | 44 | - |
| CMYK | 0.93 | 1 | 0 | 0.83 |
| HSL | 244.09º | 1% | 0.09% | - |
| HSV(B) | 244.09º | 1% | 0.17% | - |
| XYZ | 0.49 | 0.2 | 2.4 | - |
| YUV | 5.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 44 | 0.93 | 1 | 0 | 0.83 | 244.09 | 1 | 0.09 |
| Hex | 3 | 0 | 2C | 5D | 64 | 0 | 53 | F4 | 64 | 9 |
| Octal | 3 | 0 | 54 | 135 | 144 | 0 | 123 | 364 | 144 | 11 |
| Binary | 11 | 0 | 101100 | 1011101 | 1100100 | 0 | 1010011 | 11110100 | 1100100 | 1001 |
Color Harmonies of #03002C
Complementary color
Monochromatic Colors of #03002C
Black with #03002C
Text Example
Text Example
White with #03002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03002C; }
p { color: rgb(3,0,44); }
H1.HeaderClassName
{
color: #03002C;
}
.AnyTagClassName
{
color: #03002C;
}
</style>
background-color css
<style>
a { background-color: #03002C; }
a { background-color: rgb(3,0,44); }
div.DivClassName
{
background-color: #03002C;
}
.BgClassName
{
background-color: #03002C;
}
</style>
border-color css
<style>
span { border-color: #03002C; }
span { border-color: rgb(3,0,44); }
td.TdClassName
{
border-color: #03002C;
}
.TagClassName
{
border-color: #03002C;
}
</style>