Html Css Color HEX #202015 Maire

📋 copy color: '#202015'

red 32 ◦ green 32 ◦ blue 21

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

Shades of Maire #202015

Tints of Maire #202015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 24.71%

R = 37.65%
G = 37.65%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#202015 (or 0x202015) is known color: Maire. HEX triplet: 20, 20 and 15. RGB value is (32,32,21). Sum of RGB (Red+Green+Blue) = 32+32+21=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 32 - color contains mainly: red, green. Hex color #202015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202015 is #DFDFEA. Grayscale: #1E1E1E. Windows color (decimal): -14671851 or 1384480. OLE color: 1384480.

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

Color convert

RGB 32 32 21 -
CMYK 0 0 0.34 0.87
HSL 60º 0.21% 0.1% -
HSV(B) 60º 0.34% 0.13% -
XYZ 1.25 1.39 0.91 -
YUV 30.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 32 32 21 0 0 0.34 0.87 60 0.21 0.1
Hex 20 20 15 0 0 22 57 3C 15 A
Octal 40 40 25 0 0 42 127 74 25 12
Binary 100000 100000 10101 0 0 100010 1010111 111100 10101 1010

Color Harmonies of #202015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202015

Black with #202015

Text Example


Text Example

White with #202015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202015; }

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

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

background-color css

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

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

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

border-color css

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

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

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