#020D17

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

Shades of Black Pearl #020D17

Tints of Black Pearl #020D17

Color information

#020D17 (or 0x020D17) is unknown color: approx Black Pearl. HEX triplet: 02, 0D and 17. RGB value is (2,13,23). Sum of RGB (Red+Green+Blue) = 2+13+23=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 23 (9.38% from 255 or 60.53% from 38); Max value from RGB is 23 - color contains mainly: blue. Hex color #020D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D17 is #FDF2E8. Grayscale: #0A0A0A. Windows color (decimal): -16642793 or 1510658. OLE color: 1510658.

HSL color Cylindrical-coordinate representation of color #020D17: hue angle of 208.57º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020D17 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21323-
CMYK0.910.4300.91
HSL208.57º84%4.9%-
HSV(B)208.57º91.3%9.02%-
XYZ0.320.360.86-
YUV10.85134.86121.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 23 (9.38% from 255) = 60.53%
R=5.26%
G=34.21%
B=60.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal213230.910.4300.91208.57844.9
Hex2D175B2B05Bd1545
Octal215271335301333211245
Binary10110110111101101110101101011011110100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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