#384149

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

Shades of Arsenic #384149

Tints of Arsenic #384149

Color information

#384149 (or 0x384149) is unknown color: approx Arsenic. HEX triplet: 38, 41 and 49. RGB value is (56,65,73). Sum of RGB (Red+Green+Blue) = 56+65+73=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #384149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384149 is #C7BEB6. Grayscale: #3F3F3F. Windows color (decimal): -13090487 or 4800824. OLE color: 4800824.

HSL color Cylindrical-coordinate representation of color #384149: hue angle of 208.24º 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 #384149 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB566573-
CMYK0.230.1100.71
HSL208.24º13.18%25.29%-
HSV(B)208.24º23.29%28.63%-
XYZ4.725.17.04-
YUV63.22133.52122.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=28.87%
G=33.51%
B=37.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5665730.230.1100.71208.2413.1825.29
Hex38414917B047d0d19
Octal70101111271301073201531
Binary111000100000110010011011110110100011111010000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384149; }

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

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

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

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

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

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

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

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