#384047

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

Shades of Arsenic #384047

Tints of Arsenic #384047

Color information

#384047 (or 0x384047) is unknown color: approx Arsenic. HEX triplet: 38, 40 and 47. RGB value is (56,64,71). Sum of RGB (Red+Green+Blue) = 56+64+71=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: blue. Hex color #384047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384047 is #C7BFB8. Grayscale: #3E3E3E. Windows color (decimal): -13090745 or 4669496. OLE color: 4669496.

HSL color Cylindrical-coordinate representation of color #384047: hue angle of 208º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #384047 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB566471-
CMYK0.210.1000.72
HSL208º11.81%24.9%-
HSV(B)208º21.13%27.84%-
XYZ4.64.966.68-
YUV62.41132.85123.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=29.32%
G=33.51%
B=37.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5664710.210.1000.7220811.8124.9
Hex38404715A048d0c19
Octal70100107251201103201431
Binary111000100000010001111010110100100100011010000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384047; }

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

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

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

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

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

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

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

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