#30404F

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

Shades of Arsenic #30404F

Tints of Arsenic #30404F

Color information

#30404F (or 0x30404F) is unknown color: approx Arsenic. HEX triplet: 30, 40 and 4F. RGB value is (48,64,79). Sum of RGB (Red+Green+Blue) = 48+64+79=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #30404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30404F is #CFBFB0. Grayscale: #3C3C3C. Windows color (decimal): -13615025 or 5193776. OLE color: 5193776.

HSL color Cylindrical-coordinate representation of color #30404F: hue angle of 209.03º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30404F is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB486479-
CMYK0.390.1900.69
HSL209.03º24.41%24.9%-
HSV(B)209.03º39.24%30.98%-
XYZ4.464.868.1-
YUV60.93138.2118.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=25.13%
G=33.51%
B=41.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4864790.390.1900.69209.0324.4124.9
Hex30404F2713045d11819
Octal60100117472301053213031
Binary110000100000010011111001111001101000101110100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30404F; }

 p { color: rgb(48,64,79); }

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

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

 a { background-color: rgb(48,64,79); }

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

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

 span { border-color: rgb(48,64,79); }

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