#384048

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

Shades of Arsenic #384048

Tints of Arsenic #384048

Color information

#384048 (or 0x384048) is unknown color: approx Arsenic. HEX triplet: 38, 40 and 48. RGB value is (56,64,72). Sum of RGB (Red+Green+Blue) = 56+64+72=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #384048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384048 is #C7BFB7. Grayscale: #3E3E3E. Windows color (decimal): -13090744 or 4735032. OLE color: 4735032.

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

Color convert

RGB566472-
CMYK0.220.1100.72
HSL210º12.5%25.1%-
HSV(B)210º22.22%28.24%-
XYZ4.634.986.85-
YUV62.52133.35123.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=29.17%
G=33.33%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5664720.220.1100.7221012.525.1
Hex38404816B048d2c19
Octal70100110261301103221431
Binary111000100000010010001011010110100100011010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384048; }

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

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

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

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

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

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

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

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