Html Css Color HEX #202009 Maire

📋 copy color: '#202009'

red 32 ◦ green 32 ◦ blue 9

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

Shades of Maire #202009

Tints of Maire #202009

RGB

 RED value IS 32 (12.89% from 255) = 43.84%

 GREEN value IS 32 (12.89% from 255) = 43.84%

 BLUE value IS 9 (3.91% from 255) = 12.33%

R = 43.84%
G = 43.84%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#202009 (or 0x202009) is known color: Maire. HEX triplet: 20, 20 and 09. RGB value is (32,32,9). Sum of RGB (Red+Green+Blue) = 32+32+9=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 32 - color contains mainly: red, green. Hex color #202009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202009 is #DFDFF6. Grayscale: #1D1D1D. Windows color (decimal): -14671863 or 598048. OLE color: 598048.

HSL color Cylindrical-coordinate representation of color #202009: hue angle of 60º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202009 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 32 9 -
CMYK 0 0 0.72 0.87
HSL 60º 0.56% 0.08% -
HSV(B) 60º 0.72% 0.13% -
XYZ 1.16 1.36 0.46 -
YUV 29.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 32 32 9 0 0 0.72 0.87 60 0.56 0.08
Hex 20 20 9 0 0 48 57 3C 38 8
Octal 40 40 11 0 0 110 127 74 70 10
Binary 100000 100000 1001 0 0 1001000 1010111 111100 111000 1000

Color Harmonies of #202009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202009

Black with #202009

Text Example


Text Example

White with #202009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202009; }

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

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

background-color css

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

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

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

border-color css

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

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

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