#38414B

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

Shades of Arsenic #38414B

Tints of Arsenic #38414B

Color information

#38414B (or 0x38414B) is unknown color: approx Arsenic. HEX triplet: 38, 41 and 4B. RGB value is (56,65,75). Sum of RGB (Red+Green+Blue) = 56+65+75=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #38414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38414B is #C7BEB4. Grayscale: #3F3F3F. Windows color (decimal): -13090485 or 4931896. OLE color: 4931896.

HSL color Cylindrical-coordinate representation of color #38414B: hue angle of 211.58º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38414B is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB566575-
CMYK0.250.1300.71
HSL211.58º14.5%25.69%-
HSV(B)211.58º25.33%29.41%-
XYZ4.795.137.39-
YUV63.45134.52122.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=28.57%
G=33.16%
B=38.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5665750.250.1300.71211.5814.525.69
Hex38414B19D047d4f1a
Octal70101113311501073241732
Binary111000100000110010111100111010100011111010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38414B; }

 p { color: rgb(56,65,75); }

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

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

 a { background-color: rgb(56,65,75); }

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

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

 span { border-color: rgb(56,65,75); }

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