#010912

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

Shades of Black Pearl #010912

Tints of Black Pearl #010912

Color information

#010912 (or 0x010912) is unknown color: approx Black Pearl. HEX triplet: 01, 09 and 12. RGB value is (1,9,18). Sum of RGB (Red+Green+Blue) = 1+9+18=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #010912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010912 is #FEF6ED. Grayscale: #070707. Windows color (decimal): -16709358 or 1181953. OLE color: 1181953.

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

Color convert

RGB1918-
CMYK0.940.500.93
HSL211.76º89.47%3.73%-
HSV(B)211.76º94.44%7.06%-
XYZ0.220.250.61-
YUV7.63133.85123.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.57%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 18 (7.42% from 255) = 64.29%
R=3.57%
G=32.14%
B=64.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19180.940.500.93211.7689.473.73
Hex19125E3205Dd4594
Octal111221366201353241314
Binary1100110010101111011001001011101110101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010912; }

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

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

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

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

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

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

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

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