Html Css Color HEX #201F09 Maire

📋 copy color: '#201F09'

red 32 ◦ green 31 ◦ blue 9

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

Shades of Maire #201F09

Tints of Maire #201F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.5%

R = 44.44%
G = 43.06%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#201F09 (or 0x201F09) is known color: Maire. HEX triplet: 20, 1F and 09. RGB value is (32,31,9). Sum of RGB (Red+Green+Blue) = 32+31+9=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F09 is #DFE0F6. Grayscale: #1C1C1C. Windows color (decimal): -14672119 or 597792. OLE color: 597792.

HSL color Cylindrical-coordinate representation of color #201F09: hue angle of 57.39º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201F09 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 31 9 -
CMYK 0 0.03 0.72 0.87
HSL 57.39º 0.56% 0.08% -
HSV(B) 57.39º 0.72% 0.13% -
XYZ 1.13 1.31 0.45 -
YUV 28.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 32 31 9 0 0.03 0.72 0.87 57.39 0.56 0.08
Hex 20 1F 9 0 3 48 57 39 38 8
Octal 40 37 11 0 3 110 127 71 70 10
Binary 100000 11111 1001 0 11 1001000 1010111 111001 111000 1000

Color Harmonies of #201F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F09

Black with #201F09

Text Example


Text Example

White with #201F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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