#011216

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

Shades of Black Pearl #011216

Tints of Black Pearl #011216

Color information

#011216 (or 0x011216) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 16. RGB value is (1,18,22). Sum of RGB (Red+Green+Blue) = 1+18+22=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #011216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011216 is #FEEDE9. Grayscale: #0D0D0D. Windows color (decimal): -16707050 or 1446401. OLE color: 1446401.

HSL color Cylindrical-coordinate representation of color #011216: hue angle of 191.43º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011216 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11822-
CMYK0.950.1800.91
HSL191.43º91.3%4.51%-
HSV(B)191.43º95.45%8.63%-
XYZ0.370.50.84-
YUV13.37132.87119.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=2.44%
G=43.90%
B=53.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal118220.950.1800.91191.4391.34.51
Hex112165F1205Bbf5b5
Octal122261372201332771335
Binary1100101011010111111001001011011101111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011216; }

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

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

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

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

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

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

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

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