#02171F

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

Shades of Black Pearl #02171F

Tints of Black Pearl #02171F

Color information

#02171F (or 0x02171F) is unknown color: approx Black Pearl. HEX triplet: 02, 17 and 1F. RGB value is (2,23,31). Sum of RGB (Red+Green+Blue) = 2+23+31=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #02171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02171F is #FDE8E0. Grayscale: #111111. Windows color (decimal): -16640225 or 2037506. OLE color: 2037506.

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

Color convert

RGB22331-
CMYK0.940.2600.88
HSL196.55º87.88%6.47%-
HSV(B)196.55º93.55%12.16%-
XYZ0.580.721.41-
YUV17.63135.54116.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.57%
GREEN value IS 23 (9.38% from 255) = 41.07%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=3.57%
G=41.07%
B=55.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal223310.940.2600.88196.5587.886.47
Hex2171F5E1A058c5586
Octal227371363201303051306
Binary10101111111110111101101001011000110001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02171F; }

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

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

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

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

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

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

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

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