#00090A

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

Shades of Black Pearl #00090A

Tints of Black Pearl #00090A

Color information

#00090A (or 0x00090A) is unknown color: approx Black Pearl. HEX triplet: 00, 09 and 0A. RGB value is (0,9,10). Sum of RGB (Red+Green+Blue) = 0+9+10=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 9 (3.91% from 255 or 47.37% 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 #00090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00090A is #FFF6F5. Grayscale: #060606. Windows color (decimal): -16774902 or 657664. OLE color: 657664.

HSL color Cylindrical-coordinate representation of color #00090A: hue angle of 186º 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 #00090A is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB0910-
CMYK10.1000.96
HSL186º100%1.96%-
HSV(B)186º100%3.92%-
XYZ0.150.220.32-
YUV6.42130.02123.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 47.37%
BLUE value IS 10 (4.30% from 255) = 52.63%
R=0%
G=47.37%
B=52.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal091010.1000.961861001.96
Hex09A64A060ba642
Octal011121441201402721442
Binary010011010110010010100110000010111010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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