Html Css Color HEX #313A38 Aztec

📋 copy color: '#313A38'

red 49 ◦ green 58 ◦ blue 56

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

Shades of Aztec #313A38

Tints of Aztec #313A38

RGB

 RED value IS 49 (19.53% from 255) = 30.06%

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

 BLUE value IS 56 (22.27% from 255) = 34.36%

R = 30.06%
G = 35.58%
B = 34.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#313A38 (or 0x313A38) is known color: Aztec. HEX triplet: 31, 3A and 38. RGB value is (49,58,56). Sum of RGB (Red+Green+Blue) = 49+58+56=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 58 - color contains mainly: green. Hex color #313A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A38 is #CEC5C7. Grayscale: #373737. Windows color (decimal): -13551048 or 3684913. OLE color: 3684913.

HSL color Cylindrical-coordinate representation of color #313A38: 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.16%. Process color model (Four color, CMYK) of #313A38 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 58 56 -
CMYK 0.16 0 0.03 0.77
HSL 166.67º 0.08% 0.21% -
HSV(B) 166.67º 0.16% 0.23% -
XYZ 3.49 3.96 4.32 -
YUV 55.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 49 58 56 0.16 0 0.03 0.77 166.67 0.08 0.21
Hex 31 3A 38 10 0 3 4D A7 8 15
Octal 61 72 70 20 0 3 115 247 10 25
Binary 110001 111010 111000 10000 0 11 1001101 10100111 1000 10101

Color Harmonies of #313A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A38

Black with #313A38

Text Example


Text Example

White with #313A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313A38; }

 p { color: rgb(49,58,56); }

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

background-color css

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

 a { background-color: rgb(49,58,56); }

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

border-color css

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

 span { border-color: rgb(49,58,56); }

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