#020914

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

Shades of Black Pearl #020914

Tints of Black Pearl #020914

Color information

#020914 (or 0x020914) is unknown color: approx Black Pearl. HEX triplet: 02, 09 and 14. RGB value is (2,9,20). Sum of RGB (Red+Green+Blue) = 2+9+20=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #020914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020914 is #FDF6EB. Grayscale: #080808. Windows color (decimal): -16643820 or 1313026. OLE color: 1313026.

HSL color Cylindrical-coordinate representation of color #020914: hue angle of 216.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020914 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB2920-
CMYK0.900.5500.92
HSL216.67º81.82%4.31%-
HSV(B)216.67º90%7.84%-
XYZ0.250.260.7-
YUV8.16134.68123.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 9 (3.91% from 255) = 29.03%
BLUE value IS 20 (8.20% from 255) = 64.52%
R=6.45%
G=29.03%
B=64.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal29200.900.5500.92216.6781.824.31
Hex29145A3705Cd9524
Octal211241326701343311224
Binary10100110100101101011011101011100110110011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020914; }

 p { color: rgb(2,9,20); }

 H1.HeaderClassName
 {
   color: #020914;
 }
 .AnyTagClassName
 {
   color: #020914;
 }
</style>
background-color css

<style>
 a { background-color: #020914; }

 a { background-color: rgb(2,9,20); }

 div.DivClassName
 {
   background-color: #020914;
 }
 .BgClassName
 {
   background-color: #020914;
 }
</style>
border-color css

<style>
 span { border-color: #020914; }

 span { border-color: rgb(2,9,20); }

 td.TdClassName
 {
   border-color: #020914;
 }
 .TagClassName
 {
   border-color: #020914;
 }
</style>