Html Css Color HEX #323B39 Aztec

📋 copy color: '#323B39'

red 50 ◦ green 59 ◦ blue 57

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

Shades of Aztec #323B39

Tints of Aztec #323B39

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.54%

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

R = 30.12%
G = 35.54%
B = 34.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#323B39 (or 0x323B39) is known color: Aztec. HEX triplet: 32, 3B and 39. RGB value is (50,59,57). Sum of RGB (Red+Green+Blue) = 50+59+57=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 59 - color contains mainly: green. Hex color #323B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B39 is #CDC4C6. Grayscale: #383838. Windows color (decimal): -13485255 or 3750706. OLE color: 3750706.

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

Color convert

RGB 50 59 57 -
CMYK 0.15 0 0.03 0.77
HSL 166.67º 0.08% 0.21% -
HSV(B) 166.67º 0.15% 0.23% -
XYZ 3.62 4.1 4.47 -
YUV 56.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 50 59 57 0.15 0 0.03 0.77 166.67 0.08 0.21
Hex 32 3B 39 F 0 3 4D A7 8 15
Octal 62 73 71 17 0 3 115 247 10 25
Binary 110010 111011 111001 1111 0 11 1001101 10100111 1000 10101

Color Harmonies of #323B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B39

Black with #323B39

Text Example


Text Example

White with #323B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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