Html Css Color HEX #312F41 Revolver

📋 copy color: '#312F41'

red 49 ◦ green 47 ◦ blue 65

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

Shades of Revolver #312F41

Tints of Revolver #312F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.19%

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

R = 30.43%
G = 29.19%
B = 40.37%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312F41 (or 0x312F41) is known color: Revolver. HEX triplet: 31, 2F and 41. RGB value is (49,47,65). Sum of RGB (Red+Green+Blue) = 49+47+65=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #312F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F41 is #CED0BE. Grayscale: #313131. Windows color (decimal): -13553855 or 4271921. OLE color: 4271921.

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

Color convert

RGB 49 47 65 -
CMYK 0.25 0.28 0 0.75
HSL 246.67º 0.16% 0.22% -
HSV(B) 246.67º 0.28% 0.25% -
XYZ 3.24 3.07 5.42 -
YUV 49.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 49 47 65 0.25 0.28 0 0.75 246.67 0.16 0.22
Hex 31 2F 41 19 1C 0 4B F7 10 16
Octal 61 57 101 31 34 0 113 367 20 26
Binary 110001 101111 1000001 11001 11100 0 1001011 11110111 10000 10110

Color Harmonies of #312F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F41

Black with #312F41

Text Example


Text Example

White with #312F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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