#30414E

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

Shades of Arsenic #30414E

Tints of Arsenic #30414E

Color information

#30414E (or 0x30414E) is unknown color: approx Arsenic. HEX triplet: 30, 41 and 4E. RGB value is (48,65,78). Sum of RGB (Red+Green+Blue) = 48+65+78=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #30414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30414E is #CFBEB1. Grayscale: #3D3D3D. Windows color (decimal): -13614770 or 5128496. OLE color: 5128496.

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

Color convert

RGB486578-
CMYK0.380.1700.69
HSL206º23.81%24.71%-
HSV(B)206º38.46%30.59%-
XYZ4.484.967.93-
YUV61.4137.37118.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=25.13%
G=34.03%
B=40.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4865780.380.1700.6920623.8124.71
Hex30414E2611045ce1819
Octal60101116462101053163031
Binary110000100000110011101001101000101000101110011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30414E; }

 p { color: rgb(48,65,78); }

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

<style>
 a { background-color: #30414E; }

 a { background-color: rgb(48,65,78); }

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

<style>
 span { border-color: #30414E; }

 span { border-color: rgb(48,65,78); }

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