Html Css Color HEX #313741 Vulcan

📋 copy color: '#313741'

red 49 ◦ green 55 ◦ blue 65

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

Shades of Vulcan #313741

Tints of Vulcan #313741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

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

R = 28.99%
G = 32.54%
B = 38.46%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313741 (or 0x313741) is known color: Vulcan. HEX triplet: 31, 37 and 41. RGB value is (49,55,65). Sum of RGB (Red+Green+Blue) = 49+55+65=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #313741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313741 is #CEC8BE. Grayscale: #363636. Windows color (decimal): -13551807 or 4273969. OLE color: 4273969.

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

Color convert

RGB 49 55 65 -
CMYK 0.25 0.15 0 0.75
HSL 217.5º 0.14% 0.22% -
HSV(B) 217.5º 0.25% 0.25% -
XYZ 3.59 3.77 5.54 -
YUV 54.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 49 55 65 0.25 0.15 0 0.75 217.5 0.14 0.22
Hex 31 37 41 19 F 0 4B DA E 16
Octal 61 67 101 31 17 0 113 332 16 26
Binary 110001 110111 1000001 11001 1111 0 1001011 11011010 1110 10110

Color Harmonies of #313741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313741

Black with #313741

Text Example


Text Example

White with #313741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313741; }

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

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

background-color css

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

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

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

border-color css

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

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

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