#001215

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

Shades of Black Pearl #001215

Tints of Black Pearl #001215

Color information

#001215 (or 0x001215) is unknown color: approx Black Pearl. HEX triplet: 00, 12 and 15. RGB value is (0,18,21). Sum of RGB (Red+Green+Blue) = 0+18+21=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 18 (7.42% from 255 or 46.15% 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 #001215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001215 is #FFEDEA. Grayscale: #0C0C0C. Windows color (decimal): -16772587 or 1380864. OLE color: 1380864.

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

Color convert

RGB01821-
CMYK10.1400.92
HSL188.57º100%4.12%-
HSV(B)188.57º100%8.24%-
XYZ0.350.490.78-
YUV12.96132.54118.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 21 (8.59% from 255) = 53.85%
R=0%
G=46.15%
B=53.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0182110.1400.92188.571004.12
Hex0121564E05Cbd644
Octal022251441601342751444
Binary010010101011100100111001011100101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001215; }

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

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

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

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

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

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

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

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