Html Css Color HEX #201C13 Maire

📋 copy color: '#201C13'

red 32 ◦ green 28 ◦ blue 19

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

Shades of Maire #201C13

Tints of Maire #201C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.44%

 BLUE value IS 19 (7.81% from 255) = 24.05%

R = 40.51%
G = 35.44%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#201C13 (or 0x201C13) is known color: Maire. HEX triplet: 20, 1C and 13. RGB value is (32,28,19). Sum of RGB (Red+Green+Blue) = 32+28+19=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #201C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C13 is #DFE3EC. Grayscale: #1C1C1C. Windows color (decimal): -14672877 or 1252384. OLE color: 1252384.

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

Color convert

RGB 32 28 19 -
CMYK 0 0.12 0.41 0.87
HSL 41.54º 0.25% 0.1% -
HSV(B) 41.54º 0.41% 0.13% -
XYZ 1.13 1.18 0.79 -
YUV 28.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 32 28 19 0 0.12 0.41 0.87 41.54 0.25 0.1
Hex 20 1C 13 0 C 29 57 2A 19 A
Octal 40 34 23 0 14 51 127 52 31 12
Binary 100000 11100 10011 0 1100 101001 1010111 101010 11001 1010

Color Harmonies of #201C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C13

Black with #201C13

Text Example


Text Example

White with #201C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,28,19); }

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

background-color css

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

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

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

border-color css

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

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

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