#010910

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

Shades of Black Pearl #010910

Tints of Black Pearl #010910

Color information

#010910 (or 0x010910) is unknown color: approx Black Pearl. HEX triplet: 01, 09 and 10. RGB value is (1,9,16). Sum of RGB (Red+Green+Blue) = 1+9+16=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 16 (6.64% from 255 or 61.54% from 26); Max value from RGB is 16 - color contains mainly: blue. Hex color #010910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010910 is #FEF6EF. Grayscale: #070707. Windows color (decimal): -16709360 or 1050881. OLE color: 1050881.

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

Color convert

RGB1916-
CMYK0.940.4400.94
HSL208º88.24%3.33%-
HSV(B)208º93.75%6.27%-
XYZ0.20.240.53-
YUV7.41132.85123.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.85%
GREEN value IS 9 (3.91% from 255) = 34.62%
BLUE value IS 16 (6.64% from 255) = 61.54%
R=3.85%
G=34.62%
B=61.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal19160.940.4400.9420888.243.33
Hex19105E2C05Ed0583
Octal111201365401363201303
Binary110011000010111101011000101111011010000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010910; }

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

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

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

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

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

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

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

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