Shades of Black Russian #030305
Tints of Black Russian #030305
RGB
CMYK
RGB Variations
Color information
#030305 (or 0x030305) is known color: Black Russian. HEX triplet: 03, 03 and 05. RGB value is (3,3,5). Sum of RGB (Red+Green+Blue) = 3+3+5=11 (1% of max value = 765). Red value is 3 (1.56% from 255 or 27.27% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 5 (2.34% from 255 or 45.45% from 11); Max value from RGB is 5 - color contains mainly: blue. Hex color #030305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030305 is #FCFCFA. Grayscale: #030303. Windows color (decimal): -16579835 or 328451. OLE color: 328451.
HSL color Cylindrical-coordinate representation of color #030305: hue angle of 240º degrees, saturation: 0.25, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #030305 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 3 | 3 | 5 | - |
CMYK | 0.40 | 0.40 | 0 | 0.98 |
HSL | 240º | 0.25% | 0.02% | - |
HSV(B) | 240º | 0.4% | 0.02% | - |
XYZ | 0.1 | 0.1 | 0.16 | - |
YUV | 3.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 3 | 5 | 0.40 | 0.40 | 0 | 0.98 | 240 | 0.25 | 0.02 |
Hex | 3 | 3 | 5 | 28 | 28 | 0 | 62 | F0 | 19 | 2 |
Octal | 3 | 3 | 5 | 50 | 50 | 0 | 142 | 360 | 31 | 2 |
Binary | 11 | 11 | 101 | 101000 | 101000 | 0 | 1100010 | 11110000 | 11001 | 10 |
Color Harmonies of #030305
Complementary color
Monochromatic Colors of #030305
Black with #030305
Text Example
Text Example
White with #030305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030305; }
p { color: rgb(3,3,5); }
H1.HeaderClassName
{
color: #030305;
}
.AnyTagClassName
{
color: #030305;
}
</style>
background-color css
<style>
a { background-color: #030305; }
a { background-color: rgb(3,3,5); }
div.DivClassName
{
background-color: #030305;
}
.BgClassName
{
background-color: #030305;
}
</style>
border-color css
<style>
span { border-color: #030305; }
span { border-color: rgb(3,3,5); }
td.TdClassName
{
border-color: #030305;
}
.TagClassName
{
border-color: #030305;
}
</style>