#020A0F

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

Shades of Black Pearl #020A0F

Tints of Black Pearl #020A0F

Color information

#020A0F (or 0x020A0F) is unknown color: approx Black Pearl. HEX triplet: 02, 0A and 0F. RGB value is (2,10,15). Sum of RGB (Red+Green+Blue) = 2+10+15=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #020A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A0F is #FDF5F0. Grayscale: #080808. Windows color (decimal): -16643569 or 985602. OLE color: 985602.

HSL color Cylindrical-coordinate representation of color #020A0F: hue angle of 203.08º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #020A0F is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB21015-
CMYK0.870.3300.94
HSL203.08º76.47%3.33%-
HSV(B)203.08º86.67%5.88%-
XYZ0.220.260.49-
YUV8.18131.85123.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 10 (4.30% from 255) = 37.04%
BLUE value IS 15 (6.25% from 255) = 55.56%
R=7.41%
G=37.04%
B=55.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal210150.870.3300.94203.0876.473.33
Hex2AF572105Ecb4c3
Octal212171274101363131143
Binary101010111110101111000010101111011001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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