#011416

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

Shades of Black Pearl #011416

Tints of Black Pearl #011416

Color information

#011416 (or 0x011416) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 16. RGB value is (1,20,22). Sum of RGB (Red+Green+Blue) = 1+20+22=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #011416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011416 is #FEEBE9. Grayscale: #0E0E0E. Windows color (decimal): -16706538 or 1446913. OLE color: 1446913.

HSL color Cylindrical-coordinate representation of color #011416: hue angle of 185.71º 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 #011416 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB12022-
CMYK0.950.0900.91
HSL185.71º91.3%4.51%-
HSV(B)185.71º95.45%8.63%-
XYZ0.410.560.85-
YUV14.55132.21118.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=2.33%
G=46.51%
B=51.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal120220.950.0900.91185.7191.34.51
Hex114165F905Bba5b5
Octal124261371101332721335
Binary110100101101011111100101011011101110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011416; }

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

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

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

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

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

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

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

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