#384046

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

Shades of Arsenic #384046

Tints of Arsenic #384046

Color information

#384046 (or 0x384046) is unknown color: approx Arsenic. HEX triplet: 38, 40 and 46. RGB value is (56,64,70). Sum of RGB (Red+Green+Blue) = 56+64+70=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 70 - color contains mainly: blue. Hex color #384046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384046 is #C7BFB9. Grayscale: #3E3E3E. Windows color (decimal): -13090746 or 4603960. OLE color: 4603960.

HSL color Cylindrical-coordinate representation of color #384046: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384046 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB566470-
CMYK0.200.0900.73
HSL205.71º11.11%24.71%-
HSV(B)205.71º20%27.45%-
XYZ4.574.956.51-
YUV62.29132.35123.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=29.47%
G=33.68%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5664700.200.0900.73205.7111.1124.71
Hex384046149049ceb19
Octal70100106241101113161331
Binary111000100000010001101010010010100100111001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384046; }

 p { color: rgb(56,64,70); }

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

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

 a { background-color: rgb(56,64,70); }

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

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

 span { border-color: rgb(56,64,70); }

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