Html Css Color HEX #313841 Vulcan

📋 copy color: '#313841'

red 49 ◦ green 56 ◦ blue 65

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

Shades of Vulcan #313841

Tints of Vulcan #313841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 28.82%
G = 32.94%
B = 38.24%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313841 (or 0x313841) is known color: Vulcan. HEX triplet: 31, 38 and 41. RGB value is (49,56,65). Sum of RGB (Red+Green+Blue) = 49+56+65=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #313841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313841 is #CEC7BE. Grayscale: #363636. Windows color (decimal): -13551551 or 4274225. OLE color: 4274225.

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

Color convert

RGB 49 56 65 -
CMYK 0.25 0.14 0 0.75
HSL 213.75º 0.14% 0.22% -
HSV(B) 213.75º 0.25% 0.25% -
XYZ 3.63 3.86 5.56 -
YUV 54.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 49 56 65 0.25 0.14 0 0.75 213.75 0.14 0.22
Hex 31 38 41 19 E 0 4B D6 E 16
Octal 61 70 101 31 16 0 113 326 16 26
Binary 110001 111000 1000001 11001 1110 0 1001011 11010110 1110 10110

Color Harmonies of #313841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313841

Black with #313841

Text Example


Text Example

White with #313841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313841; }

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

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

background-color css

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

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

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

border-color css

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

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

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