Html Css Color HEX #223531 Aztec

📋 copy color: '#223531'

red 34 ◦ green 53 ◦ blue 49

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

Shades of Aztec #223531

Tints of Aztec #223531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.97%

 BLUE value IS 49 (19.53% from 255) = 36.03%

R = 25%
G = 38.97%
B = 36.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#223531 (or 0x223531) is known color: Aztec. HEX triplet: 22, 35 and 31. RGB value is (34,53,49). Sum of RGB (Red+Green+Blue) = 34+53+49=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #223531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223531 is #DDCACE. Grayscale: #2E2E2E. Windows color (decimal): -14535375 or 3224866. OLE color: 3224866.

HSL color Cylindrical-coordinate representation of color #223531: hue angle of 167.37º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #223531 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 34 53 49 -
CMYK 0.36 0 0.08 0.79
HSL 167.37º 0.22% 0.17% -
HSV(B) 167.37º 0.36% 0.21% -
XYZ 2.49 3.11 3.37 -
YUV 46.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 34 53 49 0.36 0 0.08 0.79 167.37 0.22 0.17
Hex 22 35 31 24 0 8 4F A7 16 11
Octal 42 65 61 44 0 10 117 247 26 21
Binary 100010 110101 110001 100100 0 1000 1001111 10100111 10110 10001

Color Harmonies of #223531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223531

Black with #223531

Text Example


Text Example

White with #223531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223531; }

 p { color: rgb(34,53,49); }

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

background-color css

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

 a { background-color: rgb(34,53,49); }

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

border-color css

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

 span { border-color: rgb(34,53,49); }

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