#333F49

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

Shades of Arsenic #333F49

Tints of Arsenic #333F49

Color information

#333F49 (or 0x333F49) is unknown color: approx Arsenic. HEX triplet: 33, 3F and 49. RGB value is (51,63,73). Sum of RGB (Red+Green+Blue) = 51+63+73=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 73 - color contains mainly: blue. Hex color #333F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F49 is #CCC0B6. Grayscale: #3C3C3C. Windows color (decimal): -13418679 or 4800307. OLE color: 4800307.

HSL color Cylindrical-coordinate representation of color #333F49: hue angle of 207.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333F49 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB516373-
CMYK0.300.1400.71
HSL207.27º17.74%24.31%-
HSV(B)207.27º30.14%28.63%-
XYZ4.354.746.99-
YUV60.55135.02121.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=27.27%
G=33.69%
B=39.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5163730.300.1400.71207.2717.7424.31
Hex333F491EE047cf1218
Octal6377111361601073172230
Binary110011111111100100111110111001000111110011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,63,73); }

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

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

 a { background-color: rgb(51,63,73); }

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

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

 span { border-color: rgb(51,63,73); }

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