#333B41

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

Shades of Mirage #333B41

Tints of Mirage #333B41

Color information

#333B41 (or 0x333B41) is unknown color: approx Mirage. HEX triplet: 33, 3B and 41. RGB value is (51,59,65). Sum of RGB (Red+Green+Blue) = 51+59+65=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #333B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B41 is #CCC4BE. Grayscale: #393939. Windows color (decimal): -13419711 or 4274995. OLE color: 4274995.

HSL color Cylindrical-coordinate representation of color #333B41: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #333B41 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB515965-
CMYK0.220.0900.75
HSL205.71º12.07%22.75%-
HSV(B)205.71º21.54%25.49%-
XYZ3.884.215.61-
YUV57.29132.35123.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=29.14%
G=33.71%
B=37.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5159650.220.0900.75205.7112.0722.75
Hex333B4116904Bcec17
Octal6373101261101133161427
Binary11001111101110000011011010010100101111001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,59,65); }

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

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

 a { background-color: rgb(51,59,65); }

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

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

 span { border-color: rgb(51,59,65); }

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