#020A0D

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

Shades of Black Pearl #020A0D

Tints of Black Pearl #020A0D

Color information

#020A0D (or 0x020A0D) is unknown color: approx Black Pearl. HEX triplet: 02, 0A and 0D. RGB value is (2,10,13). Sum of RGB (Red+Green+Blue) = 2+10+13=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #020A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A0D is #FDF5F2. Grayscale: #070707. Windows color (decimal): -16643571 or 854530. OLE color: 854530.

HSL color Cylindrical-coordinate representation of color #020A0D: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #020A0D is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB21013-
CMYK0.850.2300.95
HSL196.36º73.33%2.94%-
HSV(B)196.36º84.62%5.1%-
XYZ0.210.260.42-
YUV7.95130.85123.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8%
GREEN value IS 10 (4.30% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 52%
R=8%
G=40%
B=52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal210130.850.2300.95196.3673.332.94
Hex2AD551705Fc4493
Octal212151252701373041113
Binary10101011011010101101110101111111000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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