Html Css Color HEX #221E12 Maire

📋 copy color: '#221E12'

red 34 ◦ green 30 ◦ blue 18

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

Shades of Maire #221E12

Tints of Maire #221E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 36.59%

 BLUE value IS 18 (7.42% from 255) = 21.95%

R = 41.46%
G = 36.59%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#221E12 (or 0x221E12) is known color: Maire. HEX triplet: 22, 1E and 12. RGB value is (34,30,18). Sum of RGB (Red+Green+Blue) = 34+30+18=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #221E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E12 is #DDE1ED. Grayscale: #1D1D1D. Windows color (decimal): -14541294 or 1187362. OLE color: 1187362.

HSL color Cylindrical-coordinate representation of color #221E12: hue angle of 45º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #221E12 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 30 18 -
CMYK 0 0.12 0.47 0.87
HSL 45º 0.31% 0.1% -
HSV(B) 45º 0.47% 0.13% -
XYZ 1.23 1.31 0.76 -
YUV 29.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 34 30 18 0 0.12 0.47 0.87 45 0.31 0.1
Hex 22 1E 12 0 C 2F 57 2D 1F A
Octal 42 36 22 0 14 57 127 55 37 12
Binary 100010 11110 10010 0 1100 101111 1010111 101101 11111 1010

Color Harmonies of #221E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E12

Black with #221E12

Text Example


Text Example

White with #221E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,30,18); }

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

background-color css

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

 a { background-color: rgb(34,30,18); }

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

border-color css

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

 span { border-color: rgb(34,30,18); }

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