#384551

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

Shades of Arsenic #384551

Tints of Arsenic #384551

Color information

#384551 (or 0x384551) is unknown color: approx Arsenic. HEX triplet: 38, 45 and 51. RGB value is (56,69,81). Sum of RGB (Red+Green+Blue) = 56+69+81=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #384551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384551 is #C7BAAE. Grayscale: #424242. Windows color (decimal): -13089455 or 5326136. OLE color: 5326136.

HSL color Cylindrical-coordinate representation of color #384551: hue angle of 208.8º 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 #384551 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB566981-
CMYK0.310.1500.68
HSL208.8º18.25%26.86%-
HSV(B)208.8º30.86%31.76%-
XYZ5.245.698.61-
YUV66.48136.19120.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=27.18%
G=33.50%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5669810.310.1500.68208.818.2526.86
Hex3845511FF044d1121b
Octal70105121371701043212233
Binary1110001000101101000111111111101000100110100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384551; }

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

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

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

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

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

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

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

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