#011214

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

Shades of Black Pearl #011214

Tints of Black Pearl #011214

Color information

#011214 (or 0x011214) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 14. RGB value is (1,18,20). Sum of RGB (Red+Green+Blue) = 1+18+20=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #011214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011214 is #FEEDEB. Grayscale: #0D0D0D. Windows color (decimal): -16707052 or 1315329. OLE color: 1315329.

HSL color Cylindrical-coordinate representation of color #011214: hue angle of 186.32º degrees, saturation: 0.9, 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 #011214 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11820-
CMYK0.950.1000.92
HSL186.32º90.48%4.12%-
HSV(B)186.32º95%7.84%-
XYZ0.360.490.74-
YUV13.14131.87119.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 20 (8.20% from 255) = 51.28%
R=2.56%
G=46.15%
B=51.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal118200.950.1000.92186.3290.484.12
Hex112145FA05Cba5a4
Octal122241371201342721324
Binary110010101001011111101001011100101110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011214; }

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

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

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

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

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

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

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

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