#021015

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

Shades of Black Pearl #021015

Tints of Black Pearl #021015

Color information

#021015 (or 0x021015) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 15. RGB value is (2,16,21). Sum of RGB (Red+Green+Blue) = 2+16+21=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #021015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021015 is #FDEFEA. Grayscale: #0C0C0C. Windows color (decimal): -16642027 or 1380354. OLE color: 1380354.

HSL color Cylindrical-coordinate representation of color #021015: hue angle of 195.79º 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 #021015 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB21621-
CMYK0.900.2400.92
HSL195.79º82.61%4.51%-
HSV(B)195.79º90.48%8.24%-
XYZ0.350.440.78-
YUV12.38132.86120.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 21 (8.59% from 255) = 53.85%
R=5.13%
G=41.03%
B=53.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal216210.900.2400.92195.7982.614.51
Hex210155A1805Cc4535
Octal220251323001343041235
Binary10100001010110110101100001011100110001001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021015; }

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

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

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

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

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

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

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

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