#020F15

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

Shades of Black Pearl #020F15

Tints of Black Pearl #020F15

Color information

#020F15 (or 0x020F15) is unknown color: approx Black Pearl. HEX triplet: 02, 0F and 15. RGB value is (2,15,21). Sum of RGB (Red+Green+Blue) = 2+15+21=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #020F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F15 is #FDF0EA. Grayscale: #0B0B0B. Windows color (decimal): -16642283 or 1380098. OLE color: 1380098.

HSL color Cylindrical-coordinate representation of color #020F15: hue angle of 198.95º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020F15 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB21521-
CMYK0.900.2900.92
HSL198.95º82.61%4.51%-
HSV(B)198.95º90.48%8.24%-
XYZ0.330.410.77-
YUV11.8133.19121.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 15 (6.25% from 255) = 39.47%
BLUE value IS 21 (8.59% from 255) = 55.26%
R=5.26%
G=39.47%
B=55.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215210.900.2900.92198.9582.614.51
Hex2F155A1D05Cc7535
Octal217251323501343071235
Binary1011111010110110101110101011100110001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F15; }

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

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

<style>
 a { background-color: #020F15; }

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

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

<style>
 span { border-color: #020F15; }

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

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