#303A40

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

Shades of Mirage #303A40

Tints of Mirage #303A40

Color information

#303A40 (or 0x303A40) is unknown color: approx Mirage. HEX triplet: 30, 3A and 40. RGB value is (48,58,64). Sum of RGB (Red+Green+Blue) = 48+58+64=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #303A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A40 is #CFC5BF. Grayscale: #373737. Windows color (decimal): -13616576 or 4209200. OLE color: 4209200.

HSL color Cylindrical-coordinate representation of color #303A40: hue angle of 202.5º 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 #303A40 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB485864-
CMYK0.250.0900.75
HSL202.5º14.29%21.96%-
HSV(B)202.5º25%25.1%-
XYZ3.664.025.43-
YUV55.69132.69122.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=28.24%
G=34.12%
B=37.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4858640.250.0900.75202.514.2921.96
Hex303A4019904Bcae16
Octal6072100311101133121626
Binary11000011101010000001100110010100101111001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303A40; }

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

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

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

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

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

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

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

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