#020D1E

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

Shades of Black Pearl #020D1E

Tints of Black Pearl #020D1E

Color information

#020D1E (or 0x020D1E) is unknown color: approx Black Pearl. HEX triplet: 02, 0D and 1E. RGB value is (2,13,30). Sum of RGB (Red+Green+Blue) = 2+13+30=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #020D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D1E is #FDF2E1. Grayscale: #0B0B0B. Windows color (decimal): -16642786 or 1969410. OLE color: 1969410.

HSL color Cylindrical-coordinate representation of color #020D1E: hue angle of 216.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020D1E is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB21330-
CMYK0.930.5700.88
HSL216.43º87.5%6.27%-
HSV(B)216.43º93.33%11.76%-
XYZ0.40.391.28-
YUV11.65138.36121.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 13 (5.47% from 255) = 28.89%
BLUE value IS 30 (12.11% from 255) = 66.67%
R=4.44%
G=28.89%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal213300.930.5700.88216.4387.56.27
Hex2D1E5D39058d8586
Octal215361357101303301306
Binary10110111110101110111100101011000110110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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