#384249

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

Shades of Arsenic #384249

Tints of Arsenic #384249

Color information

#384249 (or 0x384249) is unknown color: approx Arsenic. HEX triplet: 38, 42 and 49. RGB value is (56,66,73). Sum of RGB (Red+Green+Blue) = 56+66+73=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #384249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384249 is #C7BDB6. Grayscale: #3F3F3F. Windows color (decimal): -13090231 or 4801080. OLE color: 4801080.

HSL color Cylindrical-coordinate representation of color #384249: hue angle of 204.71º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384249 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB566673-
CMYK0.230.1000.71
HSL204.71º13.18%25.29%-
HSV(B)204.71º23.29%28.63%-
XYZ4.785.227.06-
YUV63.81133.19122.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=28.72%
G=33.85%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5666730.230.1000.71204.7113.1825.29
Hex38424917A047cdd19
Octal70102111271201073151531
Binary111000100001010010011011110100100011111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384249; }

 p { color: rgb(56,66,73); }

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

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

 a { background-color: rgb(56,66,73); }

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

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

 span { border-color: rgb(56,66,73); }

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