#011215

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

Shades of Black Pearl #011215

Tints of Black Pearl #011215

Color information

#011215 (or 0x011215) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 15. RGB value is (1,18,21). Sum of RGB (Red+Green+Blue) = 1+18+21=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #011215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011215 is #FEEDEA. Grayscale: #0D0D0D. Windows color (decimal): -16707051 or 1380865. OLE color: 1380865.

HSL color Cylindrical-coordinate representation of color #011215: hue angle of 189º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011215 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11821-
CMYK0.950.1400.92
HSL189º90.91%4.31%-
HSV(B)189º95.24%8.24%-
XYZ0.360.490.79-
YUV13.26132.37119.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 21 (8.59% from 255) = 52.5%
R=2.5%
G=45%
B=52.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal118210.950.1400.9218990.914.31
Hex112155FE05Cbd5b4
Octal122251371601342751334
Binary110010101011011111111001011100101111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011215; }

 p { color: rgb(1,18,21); }

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

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

 a { background-color: rgb(1,18,21); }

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

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

 span { border-color: rgb(1,18,21); }

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