Html Css Color HEX #201B06 Maire

📋 copy color: '#201B06'

red 32 ◦ green 27 ◦ blue 6

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

Shades of Maire #201B06

Tints of Maire #201B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 41.54%

 BLUE value IS 6 (2.73% from 255) = 9.23%

R = 49.23%
G = 41.54%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.87

RGB Variations

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

Color information

#201B06 (or 0x201B06) is known color: Maire. HEX triplet: 20, 1B and 06. RGB value is (32,27,6). Sum of RGB (Red+Green+Blue) = 32+27+6=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #201B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B06 is #DFE4F9. Grayscale: #1A1A1A. Windows color (decimal): -14673146 or 400160. OLE color: 400160.

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

Color convert

RGB 32 27 6 -
CMYK 0 0.16 0.81 0.87
HSL 48.46º 0.68% 0.07% -
HSV(B) 48.46º 0.81% 0.13% -
XYZ 1.02 1.1 0.33 -
YUV 26.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 32 27 6 0 0.16 0.81 0.87 48.46 0.68 0.07
Hex 20 1B 6 0 10 51 57 30 44 7
Octal 40 33 6 0 20 121 127 60 104 7
Binary 100000 11011 110 0 10000 1010001 1010111 110000 1000100 111

Color Harmonies of #201B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B06

Black with #201B06

Text Example


Text Example

White with #201B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,27,6); }

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

background-color css

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

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

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

border-color css

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

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

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