Html Css Color HEX #090202 Black

📋 copy color: '#090202'

red 9 ◦ green 2 ◦ blue 2

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

Shades of Black #090202

Tints of Black #090202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 15.38%

R = 69.23%
G = 15.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.96

RGB Variations

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

Color information

#090202 (or 0x090202) is known color: Black. HEX triplet: 09, 02 and 02. RGB value is (9,2,2). Sum of RGB (Red+Green+Blue) = 9+2+2=13 (1% of max value = 765). Red value is 9 (3.91% from 255 or 69.23% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 9 - color contains mainly: red. Hex color #090202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090202 is #F6FDFD. Grayscale: #040404. Windows color (decimal): -16186878 or 131593. OLE color: 131593.

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

Color convert

RGB 9 2 2 -
CMYK 0 0.78 0.78 0.96
HSL 0.64% 0.02% -
HSV(B) 0.78% 0.04% -
XYZ 0.15 0.11 0.07 -
YUV 4.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 9 2 2 0 0.78 0.78 0.96 0 0.64 0.02
Hex 9 2 2 0 4E 4E 60 0 40 2
Octal 11 2 2 0 116 116 140 0 100 2
Binary 1001 10 10 0 1001110 1001110 1100000 0 1000000 10

Color Harmonies of #090202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090202

Black with #090202

Text Example


Text Example

White with #090202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090202; }

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

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

background-color css

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

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

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

border-color css

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

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

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