#00080A

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

Shades of Black Pearl #00080A

Tints of Black Pearl #00080A

Color information

#00080A (or 0x00080A) is unknown color: approx Black Pearl. HEX triplet: 00, 08 and 0A. RGB value is (0,8,10). Sum of RGB (Red+Green+Blue) = 0+8+10=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 8 (3.52% from 255 or 44.44% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #00080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00080A is #FFF7F5. Grayscale: #050505. Windows color (decimal): -16775158 or 657408. OLE color: 657408.

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

Color convert

RGB0810-
CMYK10.200.96
HSL192º100%1.96%-
HSV(B)192º100%3.92%-
XYZ0.140.20.32-
YUV5.84130.35123.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 44.44%
BLUE value IS 10 (4.30% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal081010.200.961921001.96
Hex08A6414060c0642
Octal010121442401403001442
Binary0100010101100100101000110000011000000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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