Html Css Color HEX #201F17 Maire

📋 copy color: '#201F17'

red 32 ◦ green 31 ◦ blue 23

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

Shades of Maire #201F17

Tints of Maire #201F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 36.05%

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

R = 37.21%
G = 36.05%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#201F17 (or 0x201F17) is known color: Maire. HEX triplet: 20, 1F and 17. RGB value is (32,31,23). Sum of RGB (Red+Green+Blue) = 32+31+23=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 32 - color contains mainly: red. Hex color #201F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F17 is #DFE0E8. Grayscale: #1E1E1E. Windows color (decimal): -14672105 or 1515296. OLE color: 1515296.

HSL color Cylindrical-coordinate representation of color #201F17: hue angle of 53.33º 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 #201F17 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 31 23 -
CMYK 0 0.03 0.28 0.87
HSL 53.33º 0.16% 0.11% -
HSV(B) 53.33º 0.28% 0.13% -
XYZ 1.24 1.35 1.01 -
YUV 30.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 32 31 23 0 0.03 0.28 0.87 53.33 0.16 0.11
Hex 20 1F 17 0 3 1C 57 35 10 B
Octal 40 37 27 0 3 34 127 65 20 13
Binary 100000 11111 10111 0 11 11100 1010111 110101 10000 1011

Color Harmonies of #201F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F17

Black with #201F17

Text Example


Text Example

White with #201F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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