#30394D

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

Shades of Licorice #30394D

Tints of Licorice #30394D

Color information

#30394D (or 0x30394D) is unknown color: approx Licorice. HEX triplet: 30, 39 and 4D. RGB value is (48,57,77). Sum of RGB (Red+Green+Blue) = 48+57+77=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #30394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30394D is #CFC6B2. Grayscale: #383838. Windows color (decimal): -13616819 or 5060912. OLE color: 5060912.

HSL color Cylindrical-coordinate representation of color #30394D: hue angle of 221.38º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30394D is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB485777-
CMYK0.380.2600.70
HSL221.38º23.2%24.51%-
HSV(B)221.38º37.66%30.2%-
XYZ4.024.097.6-
YUV56.59139.52121.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=26.37%
G=31.32%
B=42.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4857770.380.2600.70221.3823.224.51
Hex30394D261A046dd1719
Octal6071115463201063352731
Binary11000011100110011011001101101001000110110111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30394D; }

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

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

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

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

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

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

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

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