Html Css Color HEX #221D09 Maire

📋 copy color: '#221D09'

red 34 ◦ green 29 ◦ blue 9

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

Shades of Maire #221D09

Tints of Maire #221D09

RGB

 RED value IS 34 (13.67% from 255) = 47.22%

 GREEN value IS 29 (11.72% from 255) = 40.28%

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

R = 47.22%
G = 40.28%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.87

RGB Variations

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

Color information

#221D09 (or 0x221D09) is known color: Maire. HEX triplet: 22, 1D and 09. RGB value is (34,29,9). Sum of RGB (Red+Green+Blue) = 34+29+9=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #221D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221D09 is #DDE2F6. Grayscale: #1C1C1C. Windows color (decimal): -14541559 or 597282. OLE color: 597282.

HSL color Cylindrical-coordinate representation of color #221D09: hue angle of 48º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221D09 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 29 9 -
CMYK 0 0.15 0.74 0.87
HSL 48º 0.58% 0.08% -
HSV(B) 48º 0.74% 0.13% -
XYZ 1.15 1.24 0.44 -
YUV 28.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 34 29 9 0 0.15 0.74 0.87 48 0.58 0.08
Hex 22 1D 9 0 F 4A 57 30 3A 8
Octal 42 35 11 0 17 112 127 60 72 10
Binary 100010 11101 1001 0 1111 1001010 1010111 110000 111010 1000

Color Harmonies of #221D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D09

Black with #221D09

Text Example


Text Example

White with #221D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221D09; }

 p { color: rgb(34,29,9); }

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

background-color css

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

 a { background-color: rgb(34,29,9); }

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

border-color css

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

 span { border-color: rgb(34,29,9); }

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