#02151C

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

Shades of Black Pearl #02151C

Tints of Black Pearl #02151C

Color information

#02151C (or 0x02151C) is unknown color: approx Black Pearl. HEX triplet: 02, 15 and 1C. RGB value is (2,21,28). Sum of RGB (Red+Green+Blue) = 2+21+28=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #02151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02151C is #FDEAE3. Grayscale: #101010. Windows color (decimal): -16640740 or 1840386. OLE color: 1840386.

HSL color Cylindrical-coordinate representation of color #02151C: hue angle of 196.15º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02151C is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22128-
CMYK0.930.2500.89
HSL196.15º86.67%5.88%-
HSV(B)196.15º92.86%10.98%-
XYZ0.50.631.19-
YUV16.12134.71117.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=3.92%
G=41.18%
B=54.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal221280.930.2500.89196.1586.675.88
Hex2151C5D19059c4576
Octal225341353101313041276
Binary10101011110010111011100101011001110001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02151C; }

 p { color: rgb(2,21,28); }

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

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

 a { background-color: rgb(2,21,28); }

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

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

 span { border-color: rgb(2,21,28); }

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