#36424B

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

Shades of Arsenic #36424B

Tints of Arsenic #36424B

Color information

#36424B (or 0x36424B) is unknown color: approx Arsenic. HEX triplet: 36, 42 and 4B. RGB value is (54,66,75). Sum of RGB (Red+Green+Blue) = 54+66+75=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #36424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36424B is #C9BDB4. Grayscale: #3F3F3F. Windows color (decimal): -13221301 or 4932150. OLE color: 4932150.

HSL color Cylindrical-coordinate representation of color #36424B: hue angle of 205.71º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36424B is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB546675-
CMYK0.280.1200.71
HSL205.71º16.28%25.29%-
HSV(B)205.71º28%29.41%-
XYZ4.745.197.41-
YUV63.44134.52121.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=27.69%
G=33.85%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5466750.280.1200.71205.7116.2825.29
Hex36424B1CC047ce1019
Octal66102113341401073162031
Binary1101101000010100101111100110001000111110011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36424B; }

 p { color: rgb(54,66,75); }

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

<style>
 a { background-color: #36424B; }

 a { background-color: rgb(54,66,75); }

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

<style>
 span { border-color: #36424B; }

 span { border-color: rgb(54,66,75); }

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