Html Css Color HEX #313A41 Mirage

📋 copy color: '#313A41'

red 49 ◦ green 58 ◦ blue 65

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

Shades of Mirage #313A41

Tints of Mirage #313A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

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

R = 28.49%
G = 33.72%
B = 37.79%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313A41 (or 0x313A41) is known color: Mirage. HEX triplet: 31, 3A and 41. RGB value is (49,58,65). Sum of RGB (Red+Green+Blue) = 49+58+65=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #313A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A41 is #CEC5BE. Grayscale: #383838. Windows color (decimal): -13551039 or 4274737. OLE color: 4274737.

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

Color convert

RGB 49 58 65 -
CMYK 0.25 0.11 0 0.75
HSL 206.25º 0.14% 0.22% -
HSV(B) 206.25º 0.25% 0.25% -
XYZ 3.73 4.06 5.59 -
YUV 56.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 49 58 65 0.25 0.11 0 0.75 206.25 0.14 0.22
Hex 31 3A 41 19 B 0 4B CE E 16
Octal 61 72 101 31 13 0 113 316 16 26
Binary 110001 111010 1000001 11001 1011 0 1001011 11001110 1110 10110

Color Harmonies of #313A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A41

Black with #313A41

Text Example


Text Example

White with #313A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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