#383F45

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

Shades of Arsenic #383F45

Tints of Arsenic #383F45

Color information

#383F45 (or 0x383F45) is unknown color: approx Arsenic. HEX triplet: 38, 3F and 45. RGB value is (56,63,69). Sum of RGB (Red+Green+Blue) = 56+63+69=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #383F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F45 is #C7C0BA. Grayscale: #3D3D3D. Windows color (decimal): -13091003 or 4538168. OLE color: 4538168.

HSL color Cylindrical-coordinate representation of color #383F45: hue angle of 207.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #383F45 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB566369-
CMYK0.190.0900.73
HSL207.69º10.4%24.51%-
HSV(B)207.69º18.84%27.06%-
XYZ4.484.836.33-
YUV61.59132.18124.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=29.79%
G=33.51%
B=36.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5663690.190.0900.73207.6910.424.51
Hex383F45139049d0a19
Octal7077105231101113201231
Binary11100011111110001011001110010100100111010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F45; }

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

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

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

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

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

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

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

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