#313740

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

Shades of Vulcan #313740

Tints of Vulcan #313740

Color information

#313740 (or 0x313740) is unknown color: approx Vulcan. HEX triplet: 31, 37 and 40. RGB value is (49,55,64). Sum of RGB (Red+Green+Blue) = 49+55+64=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #313740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313740 is #CEC8BF. Grayscale: #363636. Windows color (decimal): -13551808 or 4208433. OLE color: 4208433.

HSL color Cylindrical-coordinate representation of color #313740: hue angle of 216º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #313740 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB495564-
CMYK0.230.1400.75
HSL216º13.27%22.16%-
HSV(B)216º23.44%25.1%-
XYZ3.563.765.39-
YUV54.23133.51124.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=29.17%
G=32.74%
B=38.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4955640.230.1400.7521613.2722.16
Hex31374017E04Bd8d16
Octal6167100271601133301526
Binary11000111011110000001011111100100101111011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313740; }

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

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

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

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

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

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

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

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