#303A42

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

Shades of Mirage #303A42

Tints of Mirage #303A42

Color information

#303A42 (or 0x303A42) is unknown color: approx Mirage. HEX triplet: 30, 3A and 42. RGB value is (48,58,66). Sum of RGB (Red+Green+Blue) = 48+58+66=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: blue. Hex color #303A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A42 is #CFC5BD. Grayscale: #373737. Windows color (decimal): -13616574 or 4340272. OLE color: 4340272.

HSL color Cylindrical-coordinate representation of color #303A42: hue angle of 206.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303A42 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB485866-
CMYK0.270.1200.74
HSL206.67º15.79%22.35%-
HSV(B)206.67º27.27%25.88%-
XYZ3.724.055.74-
YUV55.92133.69122.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=27.91%
G=33.72%
B=38.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4858660.270.1200.74206.6715.7922.35
Hex303A421BC04Acf1016
Octal6072102331401123172026
Binary110000111010100001011011110001001010110011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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