Html Css Color HEX #313039 Revolver

📋 copy color: '#313039'

red 49 ◦ green 48 ◦ blue 57

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

Shades of Revolver #313039

Tints of Revolver #313039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 37.01%

R = 31.82%
G = 31.17%
B = 37.01%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313039 (or 0x313039) is known color: Revolver. HEX triplet: 31, 30 and 39. RGB value is (49,48,57). Sum of RGB (Red+Green+Blue) = 49+48+57=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 57 - color contains mainly: blue. Hex color #313039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313039 is #CECFC6. Grayscale: #313131. Windows color (decimal): -13553607 or 3747889. OLE color: 3747889.

HSL color Cylindrical-coordinate representation of color #313039: hue angle of 246.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #313039 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 48 57 -
CMYK 0.14 0.16 0 0.78
HSL 246.67º 0.09% 0.21% -
HSV(B) 246.67º 0.16% 0.22% -
XYZ 3.06 3.06 4.3 -
YUV 49.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 49 48 57 0.14 0.16 0 0.78 246.67 0.09 0.21
Hex 31 30 39 E 10 0 4E F7 9 15
Octal 61 60 71 16 20 0 116 367 11 25
Binary 110001 110000 111001 1110 10000 0 1001110 11110111 1001 10101

Color Harmonies of #313039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313039

Black with #313039

Text Example


Text Example

White with #313039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313039; }

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

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

background-color css

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

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

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

border-color css

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

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

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