#313641

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

Shades of Vulcan #313641

Tints of Vulcan #313641

Color information

#313641 (or 0x313641) is unknown color: approx Vulcan. HEX triplet: 31, 36 and 41. RGB value is (49,54,65). Sum of RGB (Red+Green+Blue) = 49+54+65=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #313641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313641 is #CEC9BE. Grayscale: #353535. Windows color (decimal): -13552063 or 4273713. OLE color: 4273713.

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

Color convert

RGB495465-
CMYK0.250.1700.75
HSL221.25º14.04%22.35%-
HSV(B)221.25º24.62%25.49%-
XYZ3.543.675.52-
YUV53.76134.34124.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=29.17%
G=32.14%
B=38.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4954650.250.1700.75221.2514.0422.35
Hex313641191104Bdde16
Octal6166101312101133351626
Binary110001110110100000111001100010100101111011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313641; }

 p { color: rgb(49,54,65); }

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

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

 a { background-color: rgb(49,54,65); }

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

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

 span { border-color: rgb(49,54,65); }

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