#021217

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

Shades of Black Pearl #021217

Tints of Black Pearl #021217

Color information

#021217 (or 0x021217) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 17. RGB value is (2,18,23). Sum of RGB (Red+Green+Blue) = 2+18+23=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #021217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021217 is #FDEDE8. Grayscale: #0D0D0D. Windows color (decimal): -16641513 or 1511938. OLE color: 1511938.

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

Color convert

RGB21823-
CMYK0.910.2200.91
HSL194.29º84%4.9%-
HSV(B)194.29º91.3%9.02%-
XYZ0.40.510.89-
YUV13.79133.2119.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=4.65%
G=41.86%
B=53.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal218230.910.2200.91194.29844.9
Hex212175B1605Bc2545
Octal222271332601333021245
Binary10100101011110110111011001011011110000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021217; }

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

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

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

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

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

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

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

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