#363D41

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

Shades of Mirage #363D41

Tints of Mirage #363D41

Color information

#363D41 (or 0x363D41) is unknown color: approx Mirage. HEX triplet: 36, 3D and 41. RGB value is (54,61,65). Sum of RGB (Red+Green+Blue) = 54+61+65=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #363D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D41 is #C9C2BE. Grayscale: #3B3B3B. Windows color (decimal): -13222591 or 4275510. OLE color: 4275510.

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

Color convert

RGB546165-
CMYK0.170.0600.75
HSL201.82º9.24%23.33%-
HSV(B)201.82º16.92%25.49%-
XYZ4.144.55.65-
YUV59.36131.18124.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=30%
G=33.89%
B=36.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5461650.170.0600.75201.829.2423.33
Hex363D4111604Bca917
Octal667510121601133121127
Binary1101101111011000001100011100100101111001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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