Html Css Color HEX #222013 Maire

📋 copy color: '#222013'

red 34 ◦ green 32 ◦ blue 19

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

Shades of Maire #222013

Tints of Maire #222013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 37.65%

 BLUE value IS 19 (7.81% from 255) = 22.35%

R = 40%
G = 37.65%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#222013 (or 0x222013) is known color: Maire. HEX triplet: 22, 20 and 13. RGB value is (34,32,19). Sum of RGB (Red+Green+Blue) = 34+32+19=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 34 - color contains mainly: red. Hex color #222013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222013 is #DDDFEC. Grayscale: #1F1F1F. Windows color (decimal): -14540781 or 1253410. OLE color: 1253410.

HSL color Cylindrical-coordinate representation of color #222013: hue angle of 52º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #222013 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 32 19 -
CMYK 0 0.06 0.44 0.87
HSL 52º 0.28% 0.1% -
HSV(B) 52º 0.44% 0.13% -
XYZ 1.29 1.42 0.82 -
YUV 31.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 34 32 19 0 0.06 0.44 0.87 52 0.28 0.1
Hex 22 20 13 0 6 2C 57 34 1C A
Octal 42 40 23 0 6 54 127 64 34 12
Binary 100010 100000 10011 0 110 101100 1010111 110100 11100 1010

Color Harmonies of #222013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222013

Black with #222013

Text Example


Text Example

White with #222013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222013; }

 p { color: rgb(34,32,19); }

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

background-color css

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

 a { background-color: rgb(34,32,19); }

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

border-color css

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

 span { border-color: rgb(34,32,19); }

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