Html Css Color HEX #313440 Shark

📋 copy color: '#313440'

red 49 ◦ green 52 ◦ blue 64

#313440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shark #313440

Tints of Shark #313440

RGB

 RED value IS 49 (19.53% from 255) = 29.7%

 GREEN value IS 52 (20.7% from 255) = 31.52%

 BLUE value IS 64 (25.39% from 255) = 38.79%

R = 29.7%
G = 31.52%
B = 38.79%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313440 (or 0x313440) is known color: Shark. HEX triplet: 31, 34 and 40. RGB value is (49,52,64). Sum of RGB (Red+Green+Blue) = 49+52+64=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #313440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313440 is #CECBBF. Grayscale: #343434. Windows color (decimal): -13552576 or 4207665. OLE color: 4207665.

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

Color convert

RGB 49 52 64 -
CMYK 0.23 0.19 0 0.75
HSL 228º 0.13% 0.22% -
HSV(B) 228º 0.23% 0.25% -
XYZ 3.42 3.48 5.34 -
YUV 52.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 49 52 64 0.23 0.19 0 0.75 228 0.13 0.22
Hex 31 34 40 17 13 0 4B E4 D 16
Octal 61 64 100 27 23 0 113 344 15 26
Binary 110001 110100 1000000 10111 10011 0 1001011 11100100 1101 10110

Color Harmonies of #313440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313440

Black with #313440

Text Example


Text Example

White with #313440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313440; }

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

 H1.HeaderClassName
 {
   color: #313440;
 }
 .AnyTagClassName
 {
   color: #313440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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