#020A18

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

Shades of Black Pearl #020A18

Tints of Black Pearl #020A18

Color information

#020A18 (or 0x020A18) is unknown color: approx Black Pearl. HEX triplet: 02, 0A and 18. RGB value is (2,10,24). Sum of RGB (Red+Green+Blue) = 2+10+24=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #020A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A18 is #FDF5E7. Grayscale: #090909. Windows color (decimal): -16643560 or 1575426. OLE color: 1575426.

HSL color Cylindrical-coordinate representation of color #020A18: hue angle of 218.18º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020A18 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21024-
CMYK0.920.5800.91
HSL218.18º84.62%5.1%-
HSV(B)218.18º91.67%9.41%-
XYZ0.30.30.91-
YUV9.2136.35122.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 10 (4.30% from 255) = 27.78%
BLUE value IS 24 (9.77% from 255) = 66.67%
R=5.56%
G=27.78%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal210240.920.5800.91218.1884.625.1
Hex2A185C3A05Bda555
Octal212301347201333321255
Binary10101011000101110011101001011011110110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A18; }

 p { color: rgb(2,10,24); }

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

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

 a { background-color: rgb(2,10,24); }

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

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

 span { border-color: rgb(2,10,24); }

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