#02151E

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

Shades of Black Pearl #02151E

Tints of Black Pearl #02151E

Color information

#02151E (or 0x02151E) is unknown color: approx Black Pearl. HEX triplet: 02, 15 and 1E. RGB value is (2,21,30). Sum of RGB (Red+Green+Blue) = 2+21+30=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #02151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02151E is #FDEAE1. Grayscale: #101010. Windows color (decimal): -16640738 or 1971458. OLE color: 1971458.

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

Color convert

RGB22130-
CMYK0.930.3000.88
HSL199.29º87.5%6.27%-
HSV(B)199.29º93.33%11.76%-
XYZ0.530.641.32-
YUV16.34135.71117.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 30 (12.11% from 255) = 56.60%
R=3.77%
G=39.62%
B=56.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal221300.930.3000.88199.2987.56.27
Hex2151E5D1E058c7586
Octal225361353601303071306
Binary10101011111010111011111001011000110001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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