Html Css Color HEX #223331 Aztec

📋 copy color: '#223331'

red 34 ◦ green 51 ◦ blue 49

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

Shades of Aztec #223331

Tints of Aztec #223331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.06%

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

R = 25.37%
G = 38.06%
B = 36.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#223331 (or 0x223331) is known color: Aztec. HEX triplet: 22, 33 and 31. RGB value is (34,51,49). Sum of RGB (Red+Green+Blue) = 34+51+49=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 51 - color contains mainly: green. Hex color #223331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223331 is #DDCCCE. Grayscale: #2D2D2D. Windows color (decimal): -14535887 or 3224354. OLE color: 3224354.

HSL color Cylindrical-coordinate representation of color #223331: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #223331 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 34 51 49 -
CMYK 0.33 0 0.04 0.8
HSL 172.94º 0.2% 0.17% -
HSV(B) 172.94º 0.33% 0.2% -
XYZ 2.4 2.93 3.34 -
YUV 45.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 34 51 49 0.33 0 0.04 0.8 172.94 0.2 0.17
Hex 22 33 31 21 0 4 50 AD 14 11
Octal 42 63 61 41 0 4 120 255 24 21
Binary 100010 110011 110001 100001 0 100 1010000 10101101 10100 10001

Color Harmonies of #223331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223331

Black with #223331

Text Example


Text Example

White with #223331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223331; }

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

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

background-color css

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

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

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

border-color css

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

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

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