#30394F

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

Shades of Licorice #30394F

Tints of Licorice #30394F

Color information

#30394F (or 0x30394F) is unknown color: approx Licorice. HEX triplet: 30, 39 and 4F. RGB value is (48,57,79). Sum of RGB (Red+Green+Blue) = 48+57+79=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #30394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30394F is #CFC6B0. Grayscale: #383838. Windows color (decimal): -13616817 or 5191984. OLE color: 5191984.

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

Color convert

RGB485779-
CMYK0.390.2800.69
HSL222.58º24.41%24.9%-
HSV(B)222.58º39.24%30.98%-
XYZ4.094.127.98-
YUV56.82140.52121.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=26.09%
G=30.98%
B=42.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4857790.390.2800.69222.5824.4124.9
Hex30394F271C045df1819
Octal6071117473401053373031
Binary11000011100110011111001111110001000101110111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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