Html Css Color HEX #313041 Revolver

📋 copy color: '#313041'

red 49 ◦ green 48 ◦ blue 65

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

Shades of Revolver #313041

Tints of Revolver #313041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 30.25%
G = 29.63%
B = 40.12%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313041 (or 0x313041) is known color: Revolver. HEX triplet: 31, 30 and 41. RGB value is (49,48,65). Sum of RGB (Red+Green+Blue) = 49+48+65=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #313041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313041 is #CECFBE. Grayscale: #323232. Windows color (decimal): -13553599 or 4272177. OLE color: 4272177.

HSL color Cylindrical-coordinate representation of color #313041: hue angle of 243.53º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313041 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 48 65 -
CMYK 0.25 0.26 0 0.75
HSL 243.53º 0.15% 0.22% -
HSV(B) 243.53º 0.26% 0.25% -
XYZ 3.28 3.15 5.44 -
YUV 50.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 49 48 65 0.25 0.26 0 0.75 243.53 0.15 0.22
Hex 31 30 41 19 1A 0 4B F4 F 16
Octal 61 60 101 31 32 0 113 364 17 26
Binary 110001 110000 1000001 11001 11010 0 1001011 11110100 1111 10110

Color Harmonies of #313041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313041

Black with #313041

Text Example


Text Example

White with #313041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313041; }

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

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

background-color css

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

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

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

border-color css

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

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

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