#303C49

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

Shades of Licorice #303C49

Tints of Licorice #303C49

Color information

#303C49 (or 0x303C49) is unknown color: approx Licorice. HEX triplet: 30, 3C and 49. RGB value is (48,60,73). Sum of RGB (Red+Green+Blue) = 48+60+73=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #303C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C49 is #CFC3B6. Grayscale: #393939. Windows color (decimal): -13616055 or 4799536. OLE color: 4799536.

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

Color convert

RGB486073-
CMYK0.340.1800.71
HSL211.2º20.66%23.73%-
HSV(B)211.2º34.25%28.63%-
XYZ4.044.346.93-
YUV57.89136.52120.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=26.52%
G=33.15%
B=40.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4860730.340.1800.71211.220.6623.73
Hex303C492212047d31518
Octal6074111422201073232530
Binary11000011110010010011000101001001000111110100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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