Shades of Black Pearl #020304
Tints of Black Pearl #020304
RGB
CMYK
RGB Variations
Color information
#020304 (or 0x020304) is known color: Black Pearl. HEX triplet: 02, 03 and 04. RGB value is (2,3,4). Sum of RGB (Red+Green+Blue) = 2+3+4=9 (1% of max value = 765). Red value is 2 (1.17% from 255 or 22.22% from 9); Green value is 3 (1.56% from 255 or 33.33% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 4 - color contains mainly: blue. Hex color #020304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020304 is #FDFCFB. Grayscale: #020202. Windows color (decimal): -16645372 or 262914. OLE color: 262914.
HSL color Cylindrical-coordinate representation of color #020304: hue angle of 210º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #020304 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 2 | 3 | 4 | - |
CMYK | 0.5 | 0.25 | 0 | 0.98 |
HSL | 210º | 0.33% | 0.01% | - |
HSV(B) | 210º | 0.5% | 0.02% | - |
XYZ | 0.08 | 0.09 | 0.13 | - |
YUV | 2.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 3 | 4 | 0.5 | 0.25 | 0 | 0.98 | 210 | 0.33 | 0.01 |
Hex | 2 | 3 | 4 | 32 | 19 | 0 | 62 | D2 | 21 | 1 |
Octal | 2 | 3 | 4 | 62 | 31 | 0 | 142 | 322 | 41 | 1 |
Binary | 10 | 11 | 100 | 110010 | 11001 | 0 | 1100010 | 11010010 | 100001 | 1 |
Color Harmonies of #020304
Complementary color
Monochromatic Colors of #020304
Black with #020304
Text Example
Text Example
White with #020304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020304; }
p { color: rgb(2,3,4); }
H1.HeaderClassName
{
color: #020304;
}
.AnyTagClassName
{
color: #020304;
}
</style>
background-color css
<style>
a { background-color: #020304; }
a { background-color: rgb(2,3,4); }
div.DivClassName
{
background-color: #020304;
}
.BgClassName
{
background-color: #020304;
}
</style>
border-color css
<style>
span { border-color: #020304; }
span { border-color: rgb(2,3,4); }
td.TdClassName
{
border-color: #020304;
}
.TagClassName
{
border-color: #020304;
}
</style>