#303B42

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

Shades of Mirage #303B42

Tints of Mirage #303B42

Color information

#303B42 (or 0x303B42) is unknown color: approx Mirage. HEX triplet: 30, 3B and 42. RGB value is (48,59,66). Sum of RGB (Red+Green+Blue) = 48+59+66=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #303B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B42 is #CFC4BD. Grayscale: #383838. Windows color (decimal): -13616318 or 4340528. OLE color: 4340528.

HSL color Cylindrical-coordinate representation of color #303B42: hue angle of 203.33º 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 #303B42 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB485966-
CMYK0.270.1100.74
HSL203.33º15.79%22.35%-
HSV(B)203.33º27.27%25.88%-
XYZ3.774.155.76-
YUV56.51133.36121.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=27.75%
G=34.10%
B=38.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4859660.270.1100.74203.3315.7922.35
Hex303B421BB04Acb1016
Octal6073102331301123132026
Binary110000111011100001011011101101001010110010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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