#333D42

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

Shades of Mirage #333D42

Tints of Mirage #333D42

Color information

#333D42 (or 0x333D42) is unknown color: approx Mirage. HEX triplet: 33, 3D and 42. RGB value is (51,61,66). Sum of RGB (Red+Green+Blue) = 51+61+66=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #333D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D42 is #CCC2BD. Grayscale: #3A3A3A. Windows color (decimal): -13419198 or 4341043. OLE color: 4341043.

HSL color Cylindrical-coordinate representation of color #333D42: hue angle of 200º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #333D42 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB516166-
CMYK0.230.0800.74
HSL200º12.82%22.94%-
HSV(B)200º22.73%25.88%-
XYZ4.024.435.8-
YUV58.58132.19122.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=28.65%
G=34.27%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5161660.230.0800.7420012.8222.94
Hex333D4217804Ac8d17
Octal6375102271001123101527
Binary11001111110110000101011110000100101011001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D42; }

 p { color: rgb(51,61,66); }

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

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

 a { background-color: rgb(51,61,66); }

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

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

 span { border-color: rgb(51,61,66); }

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