#313640

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

Shades of Shark #313640

Tints of Shark #313640

Color information

#313640 (or 0x313640) is unknown color: approx Shark. HEX triplet: 31, 36 and 40. RGB value is (49,54,64). Sum of RGB (Red+Green+Blue) = 49+54+64=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #313640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313640 is #CEC9BF. Grayscale: #353535. Windows color (decimal): -13552064 or 4208177. OLE color: 4208177.

HSL color Cylindrical-coordinate representation of color #313640: hue angle of 220º 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 #313640 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB495464-
CMYK0.230.1600.75
HSL220º13.27%22.16%-
HSV(B)220º23.44%25.1%-
XYZ3.513.665.37-
YUV53.64133.84124.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=29.34%
G=32.34%
B=38.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4954640.230.1600.7522013.2722.16
Hex313640171004Bdcd16
Octal6166100272001133341526
Binary110001110110100000010111100000100101111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313640; }

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

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

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

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

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

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

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

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