Html Css Color HEX #30394D Licorice

📋 copy color: '#30394D'

red 48 ◦ green 57 ◦ blue 77

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

Shades of Licorice #30394D

Tints of Licorice #30394D

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 value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30394D (or 0x30394D) is known color: 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

RGB 48 57 77 -
CMYK 0.38 0.26 0 0.70
HSL 221.38º 0.23% 0.25% -
HSV(B) 221.38º 0.38% 0.3% -
XYZ 4.02 4.09 7.6 -
YUV 56.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 48 57 77 0.38 0.26 0 0.70 221.38 0.23 0.25
Hex 30 39 4D 26 1A 0 46 DD 17 19
Octal 60 71 115 46 32 0 106 335 27 31
Binary 110000 111001 1001101 100110 11010 0 1000110 11011101 10111 11001

Color Harmonies of #30394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30394D

Black with #30394D

Text Example


Text Example

White with #30394D

Text Example


Text Example

HTML Codes & Css Web 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>