#02171E

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

Shades of Black Pearl #02171E

Tints of Black Pearl #02171E

Color information

#02171E (or 0x02171E) is unknown color: approx Black Pearl. HEX triplet: 02, 17 and 1E. RGB value is (2,23,30). Sum of RGB (Red+Green+Blue) = 2+23+30=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #02171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02171E is #FDE8E1. Grayscale: #111111. Windows color (decimal): -16640226 or 1971970. OLE color: 1971970.

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

Color convert

RGB22330-
CMYK0.930.2300.88
HSL195º87.5%6.27%-
HSV(B)195º93.33%11.76%-
XYZ0.570.721.34-
YUV17.52135.04116.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 30 (12.11% from 255) = 54.55%
R=3.64%
G=41.82%
B=54.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal223300.930.2300.8819587.56.27
Hex2171E5D17058c3586
Octal227361352701303031306
Binary10101111111010111011011101011000110000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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