#02151B

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

Shades of Black Pearl #02151B

Tints of Black Pearl #02151B

Color information

#02151B (or 0x02151B) is unknown color: approx Black Pearl. HEX triplet: 02, 15 and 1B. RGB value is (2,21,27). Sum of RGB (Red+Green+Blue) = 2+21+27=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #02151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02151B is #FDEAE4. Grayscale: #0F0F0F. Windows color (decimal): -16640741 or 1774850. OLE color: 1774850.

HSL color Cylindrical-coordinate representation of color #02151B: hue angle of 194.4º degrees, saturation: 0.86, 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 #02151B is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22127-
CMYK0.930.2200.89
HSL194.4º86.21%5.69%-
HSV(B)194.4º92.59%10.59%-
XYZ0.490.631.13-
YUV16134.21118.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 27 (10.94% from 255) = 54%
R=4%
G=42%
B=54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal221270.930.2200.89194.486.215.69
Hex2151B5D16059c2566
Octal225331352601313021266
Binary10101011101110111011011001011001110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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