#010810

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

Shades of Black Pearl #010810

Tints of Black Pearl #010810

Color information

#010810 (or 0x010810) is unknown color: approx Black Pearl. HEX triplet: 01, 08 and 10. RGB value is (1,8,16). Sum of RGB (Red+Green+Blue) = 1+8+16=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 16 (6.64% from 255 or 64% from 25); Max value from RGB is 16 - color contains mainly: blue. Hex color #010810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010810 is #FEF7EF. Grayscale: #060606. Windows color (decimal): -16709616 or 1050625. OLE color: 1050625.

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

Color convert

RGB1816-
CMYK0.940.5000.94
HSL212º88.24%3.33%-
HSV(B)212º93.75%6.27%-
XYZ0.190.220.52-
YUV6.82133.18123.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 8 (3.52% from 255) = 32%
BLUE value IS 16 (6.64% from 255) = 64%
R=4%
G=32%
B=64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal18160.940.5000.9421288.243.33
Hex18105E3205Ed4583
Octal110201366201363241303
Binary110001000010111101100100101111011010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010810; }

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

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

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

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

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

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

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

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