#08090A

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

Shades of Black Pearl #08090A

Tints of Black Pearl #08090A

Color information

#08090A (or 0x08090A) is unknown color: approx Black Pearl. HEX triplet: 08, 09 and 0A. RGB value is (8,9,10). Sum of RGB (Red+Green+Blue) = 8+9+10=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 10 - color contains mainly: blue. Hex color #08090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08090A is #F7F6F5. Grayscale: #080808. Windows color (decimal): -16250614 or 657672. OLE color: 657672.

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

Color convert

RGB8910-
CMYK0.20.1000.96
HSL210º11.11%3.53%-
HSV(B)210º20%3.92%-
XYZ0.250.270.33-
YUV8.82128.67127.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 37.04%
R=29.63%
G=33.33%
B=37.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal89100.20.1000.9621011.113.53
Hex89A14A060d2b4
Octal10111224120140322134
Binary10001001101010100101001100000110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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