#313437

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

Shades of Cod Grey #313437

Tints of Cod Grey #313437

Color information

#313437 (or 0x313437) is unknown color: approx Cod Grey. HEX triplet: 31, 34 and 37. RGB value is (49,52,55). Sum of RGB (Red+Green+Blue) = 49+52+55=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 55 - color contains mainly: blue. Hex color #313437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313437 is #CECBC8. Grayscale: #333333. Windows color (decimal): -13552585 or 3617841. OLE color: 3617841.

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

Color convert

RGB495255-
CMYK0.110.0500.78
HSL210º5.77%20.39%-
HSV(B)210º10.91%21.57%-
XYZ3.183.384.1-
YUV51.44130.01126.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=31.41%
G=33.33%
B=35.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4952550.110.0500.782105.7720.39
Hex313437B504Ed2614
Octal6164671350116322624
Binary1100011101001101111011101010011101101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313437; }

 p { color: rgb(49,52,55); }

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

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

 a { background-color: rgb(49,52,55); }

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

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

 span { border-color: rgb(49,52,55); }

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