#38424B

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

Shades of Arsenic #38424B

Tints of Arsenic #38424B

Color information

#38424B (or 0x38424B) is unknown color: approx Arsenic. HEX triplet: 38, 42 and 4B. RGB value is (56,66,75). Sum of RGB (Red+Green+Blue) = 56+66+75=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #38424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38424B is #C7BDB4. Grayscale: #3F3F3F. Windows color (decimal): -13090229 or 4932152. OLE color: 4932152.

HSL color Cylindrical-coordinate representation of color #38424B: hue angle of 208.42º 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 #38424B is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB566675-
CMYK0.250.1200.71
HSL208.42º14.5%25.69%-
HSV(B)208.42º25.33%29.41%-
XYZ4.855.257.41-
YUV64.04134.19122.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=28.43%
G=33.50%
B=38.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5666750.250.1200.71208.4214.525.69
Hex38424B19C047d0f1a
Octal70102113311401073201732
Binary111000100001010010111100111000100011111010000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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