#020A15

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

Shades of Black Pearl #020A15

Tints of Black Pearl #020A15

Color information

#020A15 (or 0x020A15) is unknown color: approx Black Pearl. HEX triplet: 02, 0A and 15. RGB value is (2,10,21). Sum of RGB (Red+Green+Blue) = 2+10+21=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #020A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A15 is #FDF5EA. Grayscale: #080808. Windows color (decimal): -16643563 or 1378818. OLE color: 1378818.

HSL color Cylindrical-coordinate representation of color #020A15: hue angle of 214.74º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020A15 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB21021-
CMYK0.900.5200.92
HSL214.74º82.61%4.51%-
HSV(B)214.74º90.48%8.24%-
XYZ0.270.280.75-
YUV8.86134.85123.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 10 (4.30% from 255) = 30.30%
BLUE value IS 21 (8.59% from 255) = 63.64%
R=6.06%
G=30.30%
B=63.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal210210.900.5200.92214.7482.614.51
Hex2A155A3405Cd7535
Octal212251326401343271235
Binary10101010101101101011010001011100110101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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