#020A17

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

Shades of Black Pearl #020A17

Tints of Black Pearl #020A17

Color information

#020A17 (or 0x020A17) is unknown color: approx Black Pearl. HEX triplet: 02, 0A and 17. RGB value is (2,10,23). Sum of RGB (Red+Green+Blue) = 2+10+23=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 23 (9.38% from 255 or 65.71% from 35); Max value from RGB is 23 - color contains mainly: blue. Hex color #020A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A17 is #FDF5E8. Grayscale: #090909. Windows color (decimal): -16643561 or 1509890. OLE color: 1509890.

HSL color Cylindrical-coordinate representation of color #020A17: hue angle of 217.14º 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 #020A17 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21023-
CMYK0.910.5700.91
HSL217.14º84%4.9%-
HSV(B)217.14º91.3%9.02%-
XYZ0.290.290.85-
YUV9.09135.85122.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 10 (4.30% from 255) = 28.57%
BLUE value IS 23 (9.38% from 255) = 65.71%
R=5.71%
G=28.57%
B=65.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal210230.910.5700.91217.14844.9
Hex2A175B3905Bd9545
Octal212271337101333311245
Binary10101010111101101111100101011011110110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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