#021317

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

Shades of Black Pearl #021317

Tints of Black Pearl #021317

Color information

#021317 (or 0x021317) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 17. RGB value is (2,19,23). Sum of RGB (Red+Green+Blue) = 2+19+23=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #021317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021317 is #FDECE8. Grayscale: #0E0E0E. Windows color (decimal): -16641257 or 1512194. OLE color: 1512194.

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

Color convert

RGB21923-
CMYK0.910.1700.91
HSL191.43º84%4.9%-
HSV(B)191.43º91.3%9.02%-
XYZ0.410.540.89-
YUV14.37132.87119.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 23 (9.38% from 255) = 52.27%
R=4.55%
G=43.18%
B=52.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal219230.910.1700.91191.43844.9
Hex213175B1105Bbf545
Octal223271332101332771245
Binary10100111011110110111000101011011101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021317; }

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

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

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

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

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

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

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

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