Html Css Color HEX #323A39 Aztec

📋 copy color: '#323A39'

red 50 ◦ green 58 ◦ blue 57

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

Shades of Aztec #323A39

Tints of Aztec #323A39

RGB

 RED value IS 50 (19.92% from 255) = 30.3%

 GREEN value IS 58 (23.05% from 255) = 35.15%

 BLUE value IS 57 (22.66% from 255) = 34.55%

R = 30.3%
G = 35.15%
B = 34.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#323A39 (or 0x323A39) is known color: Aztec. HEX triplet: 32, 3A and 39. RGB value is (50,58,57). Sum of RGB (Red+Green+Blue) = 50+58+57=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #323A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A39 is #CDC5C6. Grayscale: #373737. Windows color (decimal): -13485511 or 3750450. OLE color: 3750450.

HSL color Cylindrical-coordinate representation of color #323A39: hue angle of 172.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #323A39 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 58 57 -
CMYK 0.14 0 0.02 0.77
HSL 172.5º 0.07% 0.21% -
HSV(B) 172.5º 0.14% 0.23% -
XYZ 3.57 4 4.45 -
YUV 55.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 50 58 57 0.14 0 0.02 0.77 172.5 0.07 0.21
Hex 32 3A 39 E 0 2 4D AC 7 15
Octal 62 72 71 16 0 2 115 254 7 25
Binary 110010 111010 111001 1110 0 10 1001101 10101100 111 10101

Color Harmonies of #323A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A39

Black with #323A39

Text Example


Text Example

White with #323A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323A39; }

 p { color: rgb(50,58,57); }

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

background-color css

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

 a { background-color: rgb(50,58,57); }

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

border-color css

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

 span { border-color: rgb(50,58,57); }

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