#31373E

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

Shades of Shark #31373E

Tints of Shark #31373E

Color information

#31373E (or 0x31373E) is unknown color: approx Shark. HEX triplet: 31, 37 and 3E. RGB value is (49,55,62). Sum of RGB (Red+Green+Blue) = 49+55+62=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 62 - color contains mainly: blue. Hex color #31373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31373E is #CEC8C1. Grayscale: #353535. Windows color (decimal): -13551810 or 4077361. OLE color: 4077361.

HSL color Cylindrical-coordinate representation of color #31373E: hue angle of 212.31º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #31373E is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB495562-
CMYK0.210.1100.76
HSL212.31º11.71%21.76%-
HSV(B)212.31º20.97%24.31%-
XYZ3.53.735.09-
YUV54132.51124.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=29.52%
G=33.13%
B=37.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4955620.210.1100.76212.3111.7121.76
Hex31373E15B04Cd4c16
Octal616776251301143241426
Binary1100011101111111101010110110100110011010100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31373E; }

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

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

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

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

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

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

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

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