Html Css Color HEX #090200 Black

📋 copy color: '#090200'

red 9 ◦ green 2 ◦ blue 0

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

Shades of Black #090200

Tints of Black #090200

RGB

 RED value IS 9 (3.91% from 255) = 81.82%

 GREEN value IS 2 (1.17% from 255) = 18.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.82%
G = 18.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#090200 (or 0x090200) is known color: Black. HEX triplet: 09, 02 and 00. RGB value is (9,2,0). Sum of RGB (Red+Green+Blue) = 9+2+0=11 (1% of max value = 765). Red value is 9 (3.91% from 255 or 81.82% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 9 - color contains mainly: red. Hex color #090200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090200 is #F6FDFF. Grayscale: #030303. Windows color (decimal): -16186880 or 521. OLE color: 521.

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

Color convert

RGB 9 2 0 -
CMYK 0 0.78 1 0.96
HSL 13.33º 1% 0.02% -
HSV(B) 13.33º 1% 0.04% -
XYZ 0.13 0.1 0.01 -
YUV 3.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 9 2 0 0 0.78 1 0.96 13.33 1 0.02
Hex 9 2 0 0 4E 64 60 D 64 2
Octal 11 2 0 0 116 144 140 15 144 2
Binary 1001 10 0 0 1001110 1100100 1100000 1101 1100100 10

Color Harmonies of #090200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090200

Black with #090200

Text Example


Text Example

White with #090200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090200; }

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

 H1.HeaderClassName
 {
   color: #090200;
 }
 .AnyTagClassName
 {
   color: #090200;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #090200;
 }
 .BgClassName
 {
   background-color: #090200;
 }
</style>

border-color css

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

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

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