#011012

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

Shades of Black Pearl #011012

Tints of Black Pearl #011012

Color information

#011012 (or 0x011012) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 12. RGB value is (1,16,18). Sum of RGB (Red+Green+Blue) = 1+16+18=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #011012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011012 is #FEEFED. Grayscale: #0B0B0B. Windows color (decimal): -16707566 or 1183745. OLE color: 1183745.

HSL color Cylindrical-coordinate representation of color #011012: hue angle of 187.06º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011012 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB11618-
CMYK0.940.1100.93
HSL187.06º89.47%3.73%-
HSV(B)187.06º94.44%7.06%-
XYZ0.310.420.64-
YUV11.74131.53120.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 16 (6.64% from 255) = 45.71%
BLUE value IS 18 (7.42% from 255) = 51.43%
R=2.86%
G=45.71%
B=51.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal116180.940.1100.93187.0689.473.73
Hex110125EB05Dbb594
Octal120221361301352731314
Binary110000100101011110101101011101101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011012; }

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

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

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

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

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

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

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

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