#333E48

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

Shades of Arsenic #333E48

Tints of Arsenic #333E48

Color information

#333E48 (or 0x333E48) is unknown color: approx Arsenic. HEX triplet: 33, 3E and 48. RGB value is (51,62,72). Sum of RGB (Red+Green+Blue) = 51+62+72=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #333E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333E48 is #CCC1B7. Grayscale: #3B3B3B. Windows color (decimal): -13418936 or 4734515. OLE color: 4734515.

HSL color Cylindrical-coordinate representation of color #333E48: hue angle of 208.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333E48 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB516272-
CMYK0.290.1400.72
HSL208.57º17.07%24.12%-
HSV(B)208.57º29.17%28.24%-
XYZ4.264.626.8-
YUV59.85134.86121.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=27.57%
G=33.51%
B=38.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5162720.290.1400.72208.5717.0724.12
Hex333E481DE048d11118
Octal6376110351601103212130
Binary110011111110100100011101111001001000110100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,62,72); }

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

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

 a { background-color: rgb(51,62,72); }

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

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

 span { border-color: rgb(51,62,72); }

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