Html Css Color HEX #211700 Maire

📋 copy color: '#211700'

red 33 ◦ green 23 ◦ blue 0

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

Shades of Maire #211700

Tints of Maire #211700

RGB

 RED value IS 33 (13.28% from 255) = 58.93%

 GREEN value IS 23 (9.38% from 255) = 41.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.93%
G = 41.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#211700 (or 0x211700) is known color: Maire. HEX triplet: 21, 17 and 00. RGB value is (33,23,0). Sum of RGB (Red+Green+Blue) = 33+23+0=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211700 is #DEE8FF. Grayscale: #171717. Windows color (decimal): -14608640 or 5921. OLE color: 5921.

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

Color convert

RGB 33 23 0 -
CMYK 0 0.30 1 0.87
HSL 41.82º 1% 0.06% -
HSV(B) 41.82º 1% 0.13% -
XYZ 0.93 0.94 0.13 -
YUV 23.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 33 23 0 0 0.30 1 0.87 41.82 1 0.06
Hex 21 17 0 0 1E 64 57 2A 64 6
Octal 41 27 0 0 36 144 127 52 144 6
Binary 100001 10111 0 0 11110 1100100 1010111 101010 1100100 110

Color Harmonies of #211700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211700

Black with #211700

Text Example


Text Example

White with #211700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211700; }

 p { color: rgb(33,23,0); }

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

background-color css

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

 a { background-color: rgb(33,23,0); }

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

border-color css

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

 span { border-color: rgb(33,23,0); }

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