#010D10

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

Shades of Black Pearl #010D10

Tints of Black Pearl #010D10

Color information

#010D10 (or 0x010D10) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 10. RGB value is (1,13,16). Sum of RGB (Red+Green+Blue) = 1+13+16=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 16 (6.64% from 255 or 53.33% from 30); Max value from RGB is 16 - color contains mainly: blue. Hex color #010D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D10 is #FEF2EF. Grayscale: #090909. Windows color (decimal): -16708336 or 1051905. OLE color: 1051905.

HSL color Cylindrical-coordinate representation of color #010D10: hue angle of 192º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010D10 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB11316-
CMYK0.940.1900.94
HSL192º88.24%3.33%-
HSV(B)192º93.75%6.27%-
XYZ0.250.330.54-
YUV9.75131.52121.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 13 (5.47% from 255) = 43.33%
BLUE value IS 16 (6.64% from 255) = 53.33%
R=3.33%
G=43.33%
B=53.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal113160.940.1900.9419288.243.33
Hex1D105E1305Ec0583
Octal115201362301363001303
Binary11101100001011110100110101111011000000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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