Html Css Color HEX #201E17 Maire

📋 copy color: '#201E17'

red 32 ◦ green 30 ◦ blue 23

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

Shades of Maire #201E17

Tints of Maire #201E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 35.29%

 BLUE value IS 23 (9.38% from 255) = 27.06%

R = 37.65%
G = 35.29%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#201E17 (or 0x201E17) is known color: Maire. HEX triplet: 20, 1E and 17. RGB value is (32,30,23). Sum of RGB (Red+Green+Blue) = 32+30+23=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 32 - color contains mainly: red. Hex color #201E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E17 is #DFE1E8. Grayscale: #1D1D1D. Windows color (decimal): -14672361 or 1515040. OLE color: 1515040.

HSL color Cylindrical-coordinate representation of color #201E17: hue angle of 46.67º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #201E17 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 30 23 -
CMYK 0 0.06 0.28 0.87
HSL 46.67º 0.16% 0.11% -
HSV(B) 46.67º 0.28% 0.13% -
XYZ 1.21 1.3 1 -
YUV 29.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 32 30 23 0 0.06 0.28 0.87 46.67 0.16 0.11
Hex 20 1E 17 0 6 1C 57 2F 10 B
Octal 40 36 27 0 6 34 127 57 20 13
Binary 100000 11110 10111 0 110 11100 1010111 101111 10000 1011

Color Harmonies of #201E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E17

Black with #201E17

Text Example


Text Example

White with #201E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201E17; }

 p { color: rgb(32,30,23); }

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

background-color css

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

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

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

border-color css

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

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

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