#020304

Color #020304 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #020304

Tints of Black Pearl #020304

Color information

#020304 (or 0x020304) is unknown color: approx 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

RGB234-
CMYK0.50.2500.98
HSL210º33.33%1.18%-
HSV(B)210º50%1.57%-
XYZ0.080.090.13-
YUV2.82128.67127.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 22.22%
GREEN value IS 3 (1.56% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2340.50.2500.9821033.331.18
Hex2343219062d2211
Octal23462310142322411
Binary10111001100101100101100010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>