#303940

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

Shades of Mirage #303940

Tints of Mirage #303940

Color information

#303940 (or 0x303940) is unknown color: approx Mirage. HEX triplet: 30, 39 and 40. RGB value is (48,57,64). Sum of RGB (Red+Green+Blue) = 48+57+64=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #303940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303940 is #CFC6BF. Grayscale: #373737. Windows color (decimal): -13616832 or 4208944. OLE color: 4208944.

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

Color convert

RGB485764-
CMYK0.250.1100.75
HSL206.25º14.29%21.96%-
HSV(B)206.25º25%25.1%-
XYZ3.613.925.42-
YUV55.11133.02122.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=28.40%
G=33.73%
B=37.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4857640.250.1100.75206.2514.2921.96
Hex30394019B04Bcee16
Octal6071100311301133161626
Binary11000011100110000001100110110100101111001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303940; }

 p { color: rgb(48,57,64); }

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

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

 a { background-color: rgb(48,57,64); }

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

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

 span { border-color: rgb(48,57,64); }

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