#303949

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

Shades of Licorice #303949

Tints of Licorice #303949

Color information

#303949 (or 0x303949) is unknown color: approx Licorice. HEX triplet: 30, 39 and 49. RGB value is (48,57,73). Sum of RGB (Red+Green+Blue) = 48+57+73=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #303949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303949 is #CFC6B6. Grayscale: #383838. Windows color (decimal): -13616823 or 4798768. OLE color: 4798768.

HSL color Cylindrical-coordinate representation of color #303949: hue angle of 218.4º 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 #303949 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB485773-
CMYK0.340.2200.71
HSL218.4º20.66%23.73%-
HSV(B)218.4º34.25%28.63%-
XYZ3.884.046.88-
YUV56.13137.52122.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=26.97%
G=32.02%
B=41.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4857730.340.2200.71218.420.6623.73
Hex3039492216047da1518
Octal6071111422601073322530
Binary11000011100110010011000101011001000111110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303949; }

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

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

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

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

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

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

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

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