#343C41

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

Shades of Mirage #343C41

Tints of Mirage #343C41

Color information

#343C41 (or 0x343C41) is unknown color: approx Mirage. HEX triplet: 34, 3C and 41. RGB value is (52,60,65). Sum of RGB (Red+Green+Blue) = 52+60+65=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #343C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C41 is #CBC3BE. Grayscale: #3A3A3A. Windows color (decimal): -13353919 or 4275252. OLE color: 4275252.

HSL color Cylindrical-coordinate representation of color #343C41: hue angle of 203.08º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #343C41 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB526065-
CMYK0.200.0800.75
HSL203.08º11.11%22.94%-
HSV(B)203.08º20%25.49%-
XYZ3.994.345.63-
YUV58.18131.85123.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=29.38%
G=33.90%
B=36.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5260650.200.0800.75203.0811.1122.94
Hex343C4114804Bcbb17
Octal6474101241001133131327
Binary11010011110010000011010010000100101111001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343C41; }

 p { color: rgb(52,60,65); }

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

<style>
 a { background-color: #343C41; }

 a { background-color: rgb(52,60,65); }

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

<style>
 span { border-color: #343C41; }

 span { border-color: rgb(52,60,65); }

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