Html Css Color HEX #313541 Shark

📋 copy color: '#313541'

red 49 ◦ green 53 ◦ blue 65

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

Shades of Shark #313541

Tints of Shark #313541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.74%

 BLUE value IS 65 (25.78% from 255) = 38.92%

R = 29.34%
G = 31.74%
B = 38.92%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313541 (or 0x313541) is known color: Shark. HEX triplet: 31, 35 and 41. RGB value is (49,53,65). Sum of RGB (Red+Green+Blue) = 49+53+65=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #313541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313541 is #CECABE. Grayscale: #353535. Windows color (decimal): -13552319 or 4273457. OLE color: 4273457.

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

Color convert

RGB 49 53 65 -
CMYK 0.25 0.18 0 0.75
HSL 225º 0.14% 0.22% -
HSV(B) 225º 0.25% 0.25% -
XYZ 3.49 3.58 5.51 -
YUV 53.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 49 53 65 0.25 0.18 0 0.75 225 0.14 0.22
Hex 31 35 41 19 12 0 4B E1 E 16
Octal 61 65 101 31 22 0 113 341 16 26
Binary 110001 110101 1000001 11001 10010 0 1001011 11100001 1110 10110

Color Harmonies of #313541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313541

Black with #313541

Text Example


Text Example

White with #313541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313541; }

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

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

background-color css

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

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

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

border-color css

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

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

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