#30394C

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

Shades of Licorice #30394C

Tints of Licorice #30394C

Color information

#30394C (or 0x30394C) is unknown color: approx Licorice. HEX triplet: 30, 39 and 4C. RGB value is (48,57,76). Sum of RGB (Red+Green+Blue) = 48+57+76=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #30394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30394C is #CFC6B3. Grayscale: #383838. Windows color (decimal): -13616820 or 4995376. OLE color: 4995376.

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

Color convert

RGB485776-
CMYK0.370.2500.70
HSL220.71º22.58%24.31%-
HSV(B)220.71º36.84%29.8%-
XYZ3.994.087.41-
YUV56.47139.02121.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=26.52%
G=31.49%
B=41.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4857760.370.2500.70220.7122.5824.31
Hex30394C2519046dd1718
Octal6071114453101063352730
Binary11000011100110011001001011100101000110110111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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