#02151D

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

Shades of Black Pearl #02151D

Tints of Black Pearl #02151D

Color information

#02151D (or 0x02151D) is unknown color: approx Black Pearl. HEX triplet: 02, 15 and 1D. RGB value is (2,21,29). Sum of RGB (Red+Green+Blue) = 2+21+29=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #02151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02151D is #FDEAE2. Grayscale: #101010. Windows color (decimal): -16640739 or 1905922. OLE color: 1905922.

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

Color convert

RGB22129-
CMYK0.930.2800.89
HSL197.78º87.1%6.08%-
HSV(B)197.78º93.1%11.37%-
XYZ0.510.641.26-
YUV16.23135.21117.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.85%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=3.85%
G=40.38%
B=55.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal221290.930.2800.89197.7887.16.08
Hex2151D5D1C059c6576
Octal225351353401313061276
Binary10101011110110111011110001011001110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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