Shades of Black Russian #030320
Tints of Black Russian #030320
RGB
CMYK
RGB Variations
Color information
#030320 (or 0x030320) is known color: Black Russian. HEX triplet: 03, 03 and 20. RGB value is (3,3,32). Sum of RGB (Red+Green+Blue) = 3+3+32=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 32 (12.89% from 255 or 84.21% from 38); Max value from RGB is 32 - color contains mainly: blue. Hex color #030320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030320 is #FCFCDF. Grayscale: #060606. Windows color (decimal): -16579808 or 2097923. OLE color: 2097923.
HSL color Cylindrical-coordinate representation of color #030320: hue angle of 240º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #030320 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 3 | 32 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.87 |
| HSL | 240º | 0.83% | 0.07% | - |
| HSV(B) | 240º | 0.91% | 0.13% | - |
| XYZ | 0.33 | 0.19 | 1.39 | - |
| YUV | 6.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 32 | 0.91 | 0.91 | 0 | 0.87 | 240 | 0.83 | 0.07 |
| Hex | 3 | 3 | 20 | 5B | 5B | 0 | 57 | F0 | 53 | 7 |
| Octal | 3 | 3 | 40 | 133 | 133 | 0 | 127 | 360 | 123 | 7 |
| Binary | 11 | 11 | 100000 | 1011011 | 1011011 | 0 | 1010111 | 11110000 | 1010011 | 111 |
Color Harmonies of #030320
Complementary color
Monochromatic Colors of #030320
Black with #030320
Text Example
Text Example
White with #030320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030320; }
p { color: rgb(3,3,32); }
H1.HeaderClassName
{
color: #030320;
}
.AnyTagClassName
{
color: #030320;
}
</style>
background-color css
<style>
a { background-color: #030320; }
a { background-color: rgb(3,3,32); }
div.DivClassName
{
background-color: #030320;
}
.BgClassName
{
background-color: #030320;
}
</style>
border-color css
<style>
span { border-color: #030320; }
span { border-color: rgb(3,3,32); }
td.TdClassName
{
border-color: #030320;
}
.TagClassName
{
border-color: #030320;
}
</style>