#373D41

Color #373D41 Mirage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mirage #373D41

Tints of Mirage #373D41

Color information

#373D41 (or 0x373D41) is unknown color: approx Mirage. HEX triplet: 37, 3D and 41. RGB value is (55,61,65). Sum of RGB (Red+Green+Blue) = 55+61+65=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: blue. Hex color #373D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D41 is #C8C2BE. Grayscale: #3B3B3B. Windows color (decimal): -13157055 or 4275511. OLE color: 4275511.

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

Color convert

RGB556165-
CMYK0.150.0600.75
HSL204º8.33%23.53%-
HSV(B)204º15.38%25.49%-
XYZ4.24.535.65-
YUV59.66131.01124.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=30.39%
G=33.70%
B=35.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5561650.150.0600.752048.3323.53
Hex373D41F604Bcc818
Octal677510117601133141030
Binary110111111101100000111111100100101111001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373D41; }

 p { color: rgb(55,61,65); }

 H1.HeaderClassName
 {
   color: #373D41;
 }
 .AnyTagClassName
 {
   color: #373D41;
 }
</style>
background-color css

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

 a { background-color: rgb(55,61,65); }

 div.DivClassName
 {
   background-color: #373D41;
 }
 .BgClassName
 {
   background-color: #373D41;
 }
</style>
border-color css

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

 span { border-color: rgb(55,61,65); }

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