#33424F

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

Shades of Arsenic #33424F

Tints of Arsenic #33424F

Color information

#33424F (or 0x33424F) is unknown color: approx Arsenic. HEX triplet: 33, 42 and 4F. RGB value is (51,66,79). Sum of RGB (Red+Green+Blue) = 51+66+79=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #33424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33424F is #CCBDB0. Grayscale: #3E3E3E. Windows color (decimal): -13417905 or 5194291. OLE color: 5194291.

HSL color Cylindrical-coordinate representation of color #33424F: hue angle of 207.86º 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 #33424F is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB516679-
CMYK0.350.1600.69
HSL207.86º21.54%25.49%-
HSV(B)207.86º35.44%30.98%-
XYZ4.725.168.15-
YUV63137.03119.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=26.02%
G=33.67%
B=40.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5166790.350.1600.69207.8621.5425.49
Hex33424F2310045d01619
Octal63102117432001053202631
Binary110011100001010011111000111000001000101110100001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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