Html Css Color HEX #30394F Licorice

📋 copy color: '#30394F'

red 48 ◦ green 57 ◦ blue 79

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

Shades of Licorice #30394F

Tints of Licorice #30394F

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

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 48 57 79 -
CMYK 0.39 0.28 0 0.69
HSL 222.58º 0.24% 0.25% -
HSV(B) 222.58º 0.39% 0.31% -
XYZ 4.09 4.12 7.98 -
YUV 56.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 48 57 79 0.39 0.28 0 0.69 222.58 0.24 0.25
Hex 30 39 4F 27 1C 0 45 DF 18 19
Octal 60 71 117 47 34 0 105 337 30 31
Binary 110000 111001 1001111 100111 11100 0 1000101 11011111 11000 11001

Color Harmonies of #30394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30394F

Black with #30394F

Text Example


Text Example

White with #30394F

Text Example


Text Example

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