#313539

Color #313539 Cod Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cod Grey #313539

Tints of Cod Grey #313539

Color information

#313539 (or 0x313539) is unknown color: approx Cod Grey. HEX triplet: 31, 35 and 39. RGB value is (49,53,57). Sum of RGB (Red+Green+Blue) = 49+53+57=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 57 - color contains mainly: blue. Hex color #313539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313539 is #CECAC6. Grayscale: #343434. Windows color (decimal): -13552327 or 3749169. OLE color: 3749169.

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

Color convert

RGB495357-
CMYK0.140.0700.78
HSL210º7.55%20.78%-
HSV(B)210º14.04%22.35%-
XYZ3.283.494.37-
YUV52.26130.67125.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=30.82%
G=33.33%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4953570.140.0700.782107.5520.78
Hex313539E704Ed2815
Octal61657116701163221025
Binary11000111010111100111101110100111011010010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313539; }

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

 H1.HeaderClassName
 {
   color: #313539;
 }
 .AnyTagClassName
 {
   color: #313539;
 }
</style>
background-color css

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

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

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

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

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

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