Html Css Color HEX #20200C Maire

📋 copy color: '#20200C'

red 32 ◦ green 32 ◦ blue 12

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

Shades of Maire #20200C

Tints of Maire #20200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 42.11%
G = 42.11%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#20200C (or 0x20200C) is known color: Maire. HEX triplet: 20, 20 and 0C. RGB value is (32,32,12). Sum of RGB (Red+Green+Blue) = 32+32+12=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 32 - color contains mainly: red, green. Hex color #20200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20200C is #DFDFF3. Grayscale: #1D1D1D. Windows color (decimal): -14671860 or 794656. OLE color: 794656.

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

Color convert

RGB 32 32 12 -
CMYK 0 0 0.63 0.87
HSL 60º 0.45% 0.09% -
HSV(B) 60º 0.63% 0.13% -
XYZ 1.18 1.37 0.55 -
YUV 29.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 32 32 12 0 0 0.63 0.87 60 0.45 0.09
Hex 20 20 C 0 0 3F 57 3C 2D 9
Octal 40 40 14 0 0 77 127 74 55 11
Binary 100000 100000 1100 0 0 111111 1010111 111100 101101 1001

Color Harmonies of #20200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20200C

Black with #20200C

Text Example


Text Example

White with #20200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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