#33424E

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

Shades of Arsenic #33424E

Tints of Arsenic #33424E

Color information

#33424E (or 0x33424E) is unknown color: approx Arsenic. HEX triplet: 33, 42 and 4E. RGB value is (51,66,78). Sum of RGB (Red+Green+Blue) = 51+66+78=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #33424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33424E is #CCBDB1. Grayscale: #3E3E3E. Windows color (decimal): -13417906 or 5128755. OLE color: 5128755.

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

Color convert

RGB516678-
CMYK0.350.1500.69
HSL206.67º20.93%25.29%-
HSV(B)206.67º34.62%30.59%-
XYZ4.695.157.95-
YUV62.88136.53119.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 78 (30.86% from 255) = 40%
R=26.15%
G=33.85%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5166780.350.1500.69206.6720.9325.29
Hex33424E23F045cf1519
Octal63102116431701053172531
Binary11001110000101001110100011111101000101110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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