#33414D

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

Shades of Arsenic #33414D

Tints of Arsenic #33414D

Color information

#33414D (or 0x33414D) is unknown color: approx Arsenic. HEX triplet: 33, 41 and 4D. RGB value is (51,65,77). Sum of RGB (Red+Green+Blue) = 51+65+77=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #33414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33414D is #CCBEB2. Grayscale: #3E3E3E. Windows color (decimal): -13418163 or 5062963. OLE color: 5062963.

HSL color Cylindrical-coordinate representation of color #33414D: hue angle of 207.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33414D is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB516577-
CMYK0.340.1600.70
HSL207.69º20.31%25.1%-
HSV(B)207.69º33.77%30.2%-
XYZ4.65.027.75-
YUV62.18136.36120.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=26.42%
G=33.68%
B=39.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5165770.340.1600.70207.6920.3125.1
Hex33414D2210046d01419
Octal63101115422001063202431
Binary110011100000110011011000101000001000110110100001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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