#01080A

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

Shades of Black Pearl #01080A

Tints of Black Pearl #01080A

Color information

#01080A (or 0x01080A) is unknown color: approx Black Pearl. HEX triplet: 01, 08 and 0A. RGB value is (1,8,10). Sum of RGB (Red+Green+Blue) = 1+8+10=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #01080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01080A is #FEF7F5. Grayscale: #060606. Windows color (decimal): -16709622 or 657409. OLE color: 657409.

HSL color Cylindrical-coordinate representation of color #01080A: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #01080A is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB1810-
CMYK0.900.200.96
HSL193.33º81.82%2.16%-
HSV(B)193.33º90%3.92%-
XYZ0.150.20.32-
YUV6.14130.18124.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.26%
GREEN value IS 8 (3.52% from 255) = 42.11%
BLUE value IS 10 (4.30% from 255) = 52.63%
R=5.26%
G=42.11%
B=52.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal18100.900.200.96193.3381.822.16
Hex18A5A14060c1522
Octal110121322401403011222
Binary1100010101011010101000110000011000001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01080A; }

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

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

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

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

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

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

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

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