#333D48

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

Shades of Arsenic #333D48

Tints of Arsenic #333D48

Color information

#333D48 (or 0x333D48) is unknown color: approx Arsenic. HEX triplet: 33, 3D and 48. RGB value is (51,61,72). Sum of RGB (Red+Green+Blue) = 51+61+72=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #333D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D48 is #CCC2B7. Grayscale: #3B3B3B. Windows color (decimal): -13419192 or 4734259. OLE color: 4734259.

HSL color Cylindrical-coordinate representation of color #333D48: hue angle of 211.43º 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 #333D48 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB516172-
CMYK0.290.1500.72
HSL211.43º17.07%24.12%-
HSV(B)211.43º29.17%28.24%-
XYZ4.24.516.78-
YUV59.26135.19122.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=27.72%
G=33.15%
B=39.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5161720.290.1500.72211.4317.0724.12
Hex333D481DF048d31118
Octal6375110351701103232130
Binary110011111101100100011101111101001000110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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