#313538

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

Shades of Cod Grey #313538

Tints of Cod Grey #313538

Color information

#313538 (or 0x313538) is unknown color: approx Cod Grey. HEX triplet: 31, 35 and 38. RGB value is (49,53,56). Sum of RGB (Red+Green+Blue) = 49+53+56=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: blue. Hex color #313538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313538 is #CECAC7. Grayscale: #343434. Windows color (decimal): -13552328 or 3683633. OLE color: 3683633.

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

Color convert

RGB495356-
CMYK0.120.0500.78
HSL205.71º6.67%20.59%-
HSV(B)205.71º12.5%21.96%-
XYZ3.253.484.24-
YUV52.15130.17125.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=31.01%
G=33.54%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4953560.120.0500.78205.716.6720.59
Hex313538C504Ece715
Octal6165701450116316725
Binary1100011101011110001100101010011101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313538; }

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

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

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

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

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

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

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

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