#384753

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

Shades of Arsenic #384753

Tints of Arsenic #384753

Color information

#384753 (or 0x384753) is unknown color: approx Arsenic. HEX triplet: 38, 47 and 53. RGB value is (56,71,83). Sum of RGB (Red+Green+Blue) = 56+71+83=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #384753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384753 is #C7B8AC. Grayscale: #434343. Windows color (decimal): -13088941 or 5457720. OLE color: 5457720.

HSL color Cylindrical-coordinate representation of color #384753: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384753 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB567183-
CMYK0.330.1400.67
HSL206.67º19.42%27.25%-
HSV(B)206.67º32.53%32.55%-
XYZ5.455.979.05-
YUV67.88136.53119.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=26.67%
G=33.81%
B=39.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5671830.330.1400.67206.6719.4227.25
Hex38475321E043cf131b
Octal70107123411601033172333
Binary11100010001111010011100001111001000011110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384753; }

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

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

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

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

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

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

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

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