Html Css Color HEX #00090A Black Pearl

📋 copy color: '#00090A'

red 0 ◦ green 9 ◦ blue 10

#00090A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #00090A

Tints of Black Pearl #00090A

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.3% from 255) = 52.63%

R = 0%
G = 47.37%
B = 52.63%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#00090A (or 0x00090A) is known color: 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

RGB 0 9 10 -
CMYK 1 0.10 0 0.96
HSL 186º 1% 0.02% -
HSV(B) 186º 1% 0.04% -
XYZ 0.15 0.22 0.32 -
YUV 6.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 0 9 10 1 0.10 0 0.96 186 1 0.02
Hex 0 9 A 64 A 0 60 BA 64 2
Octal 0 11 12 144 12 0 140 272 144 2
Binary 0 1001 1010 1100100 1010 0 1100000 10111010 1100100 10

Color Harmonies of #00090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00090A

Black with #00090A

Text Example


Text Example

White with #00090A

Text Example


Text Example

HTML Codes & Css Web 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>