Html Css Color HEX #221F12 Maire

📋 copy color: '#221F12'

red 34 ◦ green 31 ◦ blue 18

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

Shades of Maire #221F12

Tints of Maire #221F12

RGB

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

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

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

R = 40.96%
G = 37.35%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#221F12 (or 0x221F12) is known color: Maire. HEX triplet: 22, 1F and 12. RGB value is (34,31,18). Sum of RGB (Red+Green+Blue) = 34+31+18=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #221F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F12 is #DDE0ED. Grayscale: #1E1E1E. Windows color (decimal): -14541038 or 1187618. OLE color: 1187618.

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

Color convert

RGB 34 31 18 -
CMYK 0 0.09 0.47 0.87
HSL 48.75º 0.31% 0.1% -
HSV(B) 48.75º 0.47% 0.13% -
XYZ 1.26 1.36 0.77 -
YUV 30.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 34 31 18 0 0.09 0.47 0.87 48.75 0.31 0.1
Hex 22 1F 12 0 9 2F 57 31 1F A
Octal 42 37 22 0 11 57 127 61 37 12
Binary 100010 11111 10010 0 1001 101111 1010111 110001 11111 1010

Color Harmonies of #221F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F12

Black with #221F12

Text Example


Text Example

White with #221F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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