#38424A

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

Shades of Arsenic #38424A

Tints of Arsenic #38424A

Color information

#38424A (or 0x38424A) is unknown color: approx Arsenic. HEX triplet: 38, 42 and 4A. RGB value is (56,66,74). Sum of RGB (Red+Green+Blue) = 56+66+74=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #38424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38424A is #C7BDB5. Grayscale: #3F3F3F. Windows color (decimal): -13090230 or 4866616. OLE color: 4866616.

HSL color Cylindrical-coordinate representation of color #38424A: hue angle of 206.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #38424A is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB566674-
CMYK0.240.1100.71
HSL206.67º13.85%25.49%-
HSV(B)206.67º24.32%29.02%-
XYZ4.825.237.23-
YUV63.92133.69122.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=28.57%
G=33.67%
B=37.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5666740.240.1100.71206.6713.8525.49
Hex38424A18B047cfe19
Octal70102112301301073171631
Binary111000100001010010101100010110100011111001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38424A; }

 p { color: rgb(56,66,74); }

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

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

 a { background-color: rgb(56,66,74); }

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

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

 span { border-color: rgb(56,66,74); }

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