Html Css Color HEX #312E41 Revolver

📋 copy color: '#312E41'

red 49 ◦ green 46 ◦ blue 65

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

Shades of Revolver #312E41

Tints of Revolver #312E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.75%

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

R = 30.63%
G = 28.75%
B = 40.63%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312E41 (or 0x312E41) is known color: Revolver. HEX triplet: 31, 2E and 41. RGB value is (49,46,65). Sum of RGB (Red+Green+Blue) = 49+46+65=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #312E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E41 is #CED1BE. Grayscale: #303030. Windows color (decimal): -13554111 or 4271665. OLE color: 4271665.

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

Color convert

RGB 49 46 65 -
CMYK 0.25 0.29 0 0.75
HSL 249.47º 0.17% 0.22% -
HSV(B) 249.47º 0.29% 0.25% -
XYZ 3.2 2.99 5.41 -
YUV 49.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 49 46 65 0.25 0.29 0 0.75 249.47 0.17 0.22
Hex 31 2E 41 19 1D 0 4B F9 11 16
Octal 61 56 101 31 35 0 113 371 21 26
Binary 110001 101110 1000001 11001 11101 0 1001011 11111001 10001 10110

Color Harmonies of #312E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E41

Black with #312E41

Text Example


Text Example

White with #312E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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