#010812

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

Shades of Black Pearl #010812

Tints of Black Pearl #010812

Color information

#010812 (or 0x010812) is unknown color: approx Black Pearl. HEX triplet: 01, 08 and 12. RGB value is (1,8,18). Sum of RGB (Red+Green+Blue) = 1+8+18=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #010812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010812 is #FEF7ED. Grayscale: #070707. Windows color (decimal): -16709614 or 1181697. OLE color: 1181697.

HSL color Cylindrical-coordinate representation of color #010812: hue angle of 215.29º 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 #010812 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB1818-
CMYK0.940.5600.93
HSL215.29º89.47%3.73%-
HSV(B)215.29º94.44%7.06%-
XYZ0.210.220.6-
YUV7.05134.18123.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 8 (3.52% from 255) = 29.63%
BLUE value IS 18 (7.42% from 255) = 66.67%
R=3.70%
G=29.63%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18180.940.5600.93215.2989.473.73
Hex18125E3805Dd7594
Octal110221367001353271314
Binary1100010010101111011100001011101110101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010812; }

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

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

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

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

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

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

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

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