#384751

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

Shades of Arsenic #384751

Tints of Arsenic #384751

Color information

#384751 (or 0x384751) is unknown color: approx Arsenic. HEX triplet: 38, 47 and 51. RGB value is (56,71,81). Sum of RGB (Red+Green+Blue) = 56+71+81=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #384751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384751 is #C7B8AE. Grayscale: #434343. Windows color (decimal): -13088943 or 5326648. OLE color: 5326648.

HSL color Cylindrical-coordinate representation of color #384751: hue angle of 204º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384751 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB567181-
CMYK0.310.1200.68
HSL204º18.25%26.86%-
HSV(B)204º30.86%31.76%-
XYZ5.375.948.65-
YUV67.66135.53119.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=26.92%
G=34.13%
B=38.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5671810.310.1200.6820418.2526.86
Hex3847511FC044cc121b
Octal70107121371401043142233
Binary1110001000111101000111111110001000100110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384751; }

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

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

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

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

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

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

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

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