#384147

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

Shades of Arsenic #384147

Tints of Arsenic #384147

Color information

#384147 (or 0x384147) is unknown color: approx Arsenic. HEX triplet: 38, 41 and 47. RGB value is (56,65,71). Sum of RGB (Red+Green+Blue) = 56+65+71=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #384147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384147 is #C7BEB8. Grayscale: #3E3E3E. Windows color (decimal): -13090489 or 4669752. OLE color: 4669752.

HSL color Cylindrical-coordinate representation of color #384147: hue angle of 204º 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 #384147 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB566571-
CMYK0.210.0800.72
HSL204º11.81%24.9%-
HSV(B)204º21.13%27.84%-
XYZ4.665.086.7-
YUV62.99132.52123.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=29.17%
G=33.85%
B=36.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5665710.210.0800.7220411.8124.9
Hex384147158048ccc19
Octal70101107251001103141431
Binary111000100000110001111010110000100100011001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384147; }

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

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

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

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

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

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

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

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