#020D13

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

Shades of Black Pearl #020D13

Tints of Black Pearl #020D13

Color information

#020D13 (or 0x020D13) is unknown color: approx Black Pearl. HEX triplet: 02, 0D and 13. RGB value is (2,13,19). Sum of RGB (Red+Green+Blue) = 2+13+19=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #020D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D13 is #FDF2EC. Grayscale: #0A0A0A. Windows color (decimal): -16642797 or 1248514. OLE color: 1248514.

HSL color Cylindrical-coordinate representation of color #020D13: hue angle of 201.18º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020D13 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB21319-
CMYK0.890.3200.93
HSL201.18º80.95%4.12%-
HSV(B)201.18º89.47%7.45%-
XYZ0.290.350.67-
YUV10.4132.86122.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.88%
GREEN value IS 13 (5.47% from 255) = 38.24%
BLUE value IS 19 (7.81% from 255) = 55.88%
R=5.88%
G=38.24%
B=55.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal213190.890.3200.93201.1880.954.12
Hex2D13592005Dc9514
Octal215231314001353111214
Binary10110110011101100110000001011101110010011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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