#010D12

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

Shades of Black Pearl #010D12

Tints of Black Pearl #010D12

Color information

#010D12 (or 0x010D12) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 12. RGB value is (1,13,18). Sum of RGB (Red+Green+Blue) = 1+13+18=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #010D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D12 is #FEF2ED. Grayscale: #090909. Windows color (decimal): -16708334 or 1182977. OLE color: 1182977.

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

Color convert

RGB11318-
CMYK0.940.2800.93
HSL197.65º89.47%3.73%-
HSV(B)197.65º94.44%7.06%-
XYZ0.270.340.62-
YUV9.98132.52121.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 13 (5.47% from 255) = 40.62%
BLUE value IS 18 (7.42% from 255) = 56.25%
R=3.12%
G=40.62%
B=56.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal113180.940.2800.93197.6589.473.73
Hex1D125E1C05Dc6594
Octal115221363401353061314
Binary111011001010111101110001011101110001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010D12; }

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

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

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

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

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

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

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

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