#303D49

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

Shades of Arsenic #303D49

Tints of Arsenic #303D49

Color information

#303D49 (or 0x303D49) is unknown color: approx Arsenic. HEX triplet: 30, 3D and 49. RGB value is (48,61,73). Sum of RGB (Red+Green+Blue) = 48+61+73=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #303D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D49 is #CFC2B6. Grayscale: #3A3A3A. Windows color (decimal): -13615799 or 4799792. OLE color: 4799792.

HSL color Cylindrical-coordinate representation of color #303D49: hue angle of 208.8º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303D49 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB486173-
CMYK0.340.1600.71
HSL208.8º20.66%23.73%-
HSV(B)208.8º34.25%28.63%-
XYZ4.094.456.95-
YUV58.48136.19120.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=26.37%
G=33.52%
B=40.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4861730.340.1600.71208.820.6623.73
Hex303D492210047d11518
Octal6075111422001073212530
Binary11000011110110010011000101000001000111110100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D49; }

 p { color: rgb(48,61,73); }

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

<style>
 a { background-color: #303D49; }

 a { background-color: rgb(48,61,73); }

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

<style>
 span { border-color: #303D49; }

 span { border-color: rgb(48,61,73); }

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