#33414F

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

Shades of Arsenic #33414F

Tints of Arsenic #33414F

Color information

#33414F (or 0x33414F) is unknown color: approx Arsenic. HEX triplet: 33, 41 and 4F. RGB value is (51,65,79). Sum of RGB (Red+Green+Blue) = 51+65+79=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #33414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33414F is #CCBEB0. Grayscale: #3E3E3E. Windows color (decimal): -13418161 or 5194035. OLE color: 5194035.

HSL color Cylindrical-coordinate representation of color #33414F: hue angle of 210º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33414F is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB516579-
CMYK0.350.1800.69
HSL210º21.54%25.49%-
HSV(B)210º35.44%30.98%-
XYZ4.675.058.13-
YUV62.41137.36119.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=26.15%
G=33.33%
B=40.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5165790.350.1800.6921021.5425.49
Hex33414F2312045d21619
Octal63101117432201053222631
Binary110011100000110011111000111001001000101110100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33414F; }

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

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

<style>
 a { background-color: #33414F; }

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

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

<style>
 span { border-color: #33414F; }

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

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