Html Css Color HEX #221C09 Maire

📋 copy color: '#221C09'

red 34 ◦ green 28 ◦ blue 9

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

Shades of Maire #221C09

Tints of Maire #221C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 39.44%

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

R = 47.89%
G = 39.44%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.87

RGB Variations

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

Color information

#221C09 (or 0x221C09) is known color: Maire. HEX triplet: 22, 1C and 09. RGB value is (34,28,9). Sum of RGB (Red+Green+Blue) = 34+28+9=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #221C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C09 is #DDE3F6. Grayscale: #1B1B1B. Windows color (decimal): -14541815 or 597026. OLE color: 597026.

HSL color Cylindrical-coordinate representation of color #221C09: hue angle of 45.6º 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 #221C09 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 28 9 -
CMYK 0 0.18 0.74 0.87
HSL 45.6º 0.58% 0.08% -
HSV(B) 45.6º 0.74% 0.13% -
XYZ 1.12 1.19 0.43 -
YUV 27.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 34 28 9 0 0.18 0.74 0.87 45.6 0.58 0.08
Hex 22 1C 9 0 12 4A 57 2E 3A 8
Octal 42 34 11 0 22 112 127 56 72 10
Binary 100010 11100 1001 0 10010 1001010 1010111 101110 111010 1000

Color Harmonies of #221C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C09

Black with #221C09

Text Example


Text Example

White with #221C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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