Html Css Color HEX #211F09 Maire

📋 copy color: '#211F09'

red 33 ◦ green 31 ◦ blue 9

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

Shades of Maire #211F09

Tints of Maire #211F09

RGB

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

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

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

R = 45.21%
G = 42.47%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#211F09 (or 0x211F09) is known color: Maire. HEX triplet: 21, 1F and 09. RGB value is (33,31,9). Sum of RGB (Red+Green+Blue) = 33+31+9=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F09 is #DEE0F6. Grayscale: #1D1D1D. Windows color (decimal): -14606583 or 597793. OLE color: 597793.

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

Color convert

RGB 33 31 9 -
CMYK 0 0.06 0.73 0.87
HSL 55º 0.57% 0.08% -
HSV(B) 55º 0.73% 0.13% -
XYZ 1.17 1.32 0.45 -
YUV 29.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 33 31 9 0 0.06 0.73 0.87 55 0.57 0.08
Hex 21 1F 9 0 6 49 57 37 39 8
Octal 41 37 11 0 6 111 127 67 71 10
Binary 100001 11111 1001 0 110 1001001 1010111 110111 111001 1000

Color Harmonies of #211F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F09

Black with #211F09

Text Example


Text Example

White with #211F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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