Shades of Black Pearl #030405
Tints of Black Pearl #030405
RGB
CMYK
RGB Variations
Color information
#030405 (or 0x030405) is known color: Black Pearl. HEX triplet: 03, 04 and 05. RGB value is (3,4,5). Sum of RGB (Red+Green+Blue) = 3+4+5=12 (1% of max value = 765). Red value is 3 (1.56% from 255 or 25% from 12); Green value is 4 (1.95% from 255 or 33.33% from 12); Blue value is 5 (2.34% from 255 or 41.67% from 12); Max value from RGB is 5 - color contains mainly: blue. Hex color #030405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030405 is #FCFBFA. Grayscale: #030303. Windows color (decimal): -16579579 or 328707. OLE color: 328707.
HSL color Cylindrical-coordinate representation of color #030405: hue angle of 210º 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 #030405 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 3 | 4 | 5 | - |
CMYK | 0.40 | 0.20 | 0 | 0.98 |
HSL | 210º | 0.25% | 0.02% | - |
HSV(B) | 210º | 0.4% | 0.02% | - |
XYZ | 0.11 | 0.12 | 0.16 | - |
YUV | 3.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 4 | 5 | 0.40 | 0.20 | 0 | 0.98 | 210 | 0.25 | 0.02 |
Hex | 3 | 4 | 5 | 28 | 14 | 0 | 62 | D2 | 19 | 2 |
Octal | 3 | 4 | 5 | 50 | 24 | 0 | 142 | 322 | 31 | 2 |
Binary | 11 | 100 | 101 | 101000 | 10100 | 0 | 1100010 | 11010010 | 11001 | 10 |
Color Harmonies of #030405
Complementary color
Monochromatic Colors of #030405
Black with #030405
Text Example
Text Example
White with #030405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030405; }
p { color: rgb(3,4,5); }
H1.HeaderClassName
{
color: #030405;
}
.AnyTagClassName
{
color: #030405;
}
</style>
background-color css
<style>
a { background-color: #030405; }
a { background-color: rgb(3,4,5); }
div.DivClassName
{
background-color: #030405;
}
.BgClassName
{
background-color: #030405;
}
</style>
border-color css
<style>
span { border-color: #030405; }
span { border-color: rgb(3,4,5); }
td.TdClassName
{
border-color: #030405;
}
.TagClassName
{
border-color: #030405;
}
</style>