Html Css Color HEX #313641 Vulcan

📋 copy color: '#313641'

red 49 ◦ green 54 ◦ blue 65

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

Shades of Vulcan #313641

Tints of Vulcan #313641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

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

R = 29.17%
G = 32.14%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313641 (or 0x313641) is known color: Vulcan. HEX triplet: 31, 36 and 41. RGB value is (49,54,65). Sum of RGB (Red+Green+Blue) = 49+54+65=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #313641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313641 is #CEC9BE. Grayscale: #353535. Windows color (decimal): -13552063 or 4273713. OLE color: 4273713.

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

Color convert

RGB 49 54 65 -
CMYK 0.25 0.17 0 0.75
HSL 221.25º 0.14% 0.22% -
HSV(B) 221.25º 0.25% 0.25% -
XYZ 3.54 3.67 5.52 -
YUV 53.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 49 54 65 0.25 0.17 0 0.75 221.25 0.14 0.22
Hex 31 36 41 19 11 0 4B DD E 16
Octal 61 66 101 31 21 0 113 335 16 26
Binary 110001 110110 1000001 11001 10001 0 1001011 11011101 1110 10110

Color Harmonies of #313641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313641

Black with #313641

Text Example


Text Example

White with #313641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313641; }

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

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

background-color css

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

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

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

border-color css

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

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

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