Html Css Color HEX #30394E Licorice

📋 copy color: '#30394E'

red 48 ◦ green 57 ◦ blue 78

#30394E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #30394E

Tints of Licorice #30394E

RGB

 RED value IS 48 (19.14% from 255) = 26.23%

 GREEN value IS 57 (22.66% from 255) = 31.15%

 BLUE value IS 78 (30.86% from 255) = 42.62%

R = 26.23%
G = 31.15%
B = 42.62%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30394E (or 0x30394E) is known color: Licorice. HEX triplet: 30, 39 and 4E. RGB value is (48,57,78). Sum of RGB (Red+Green+Blue) = 48+57+78=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #30394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30394E is #CFC6B1. Grayscale: #383838. Windows color (decimal): -13616818 or 5126448. OLE color: 5126448.

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

Color convert

RGB 48 57 78 -
CMYK 0.38 0.27 0 0.69
HSL 222º 0.24% 0.25% -
HSV(B) 222º 0.38% 0.31% -
XYZ 4.06 4.1 7.79 -
YUV 56.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 48 57 78 0.38 0.27 0 0.69 222 0.24 0.25
Hex 30 39 4E 26 1B 0 45 DE 18 19
Octal 60 71 116 46 33 0 105 336 30 31
Binary 110000 111001 1001110 100110 11011 0 1000101 11011110 11000 11001

Color Harmonies of #30394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30394E

Black with #30394E

Text Example


Text Example

White with #30394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30394E;
 }
 .AnyTagClassName
 {
   color: #30394E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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