Html Css Color HEX #30374A Licorice

📋 copy color: '#30374A'

red 48 ◦ green 55 ◦ blue 74

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

Shades of Licorice #30374A

Tints of Licorice #30374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 74 (29.3% from 255) = 41.81%

R = 27.12%
G = 31.07%
B = 41.81%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30374A (or 0x30374A) is known color: Licorice. HEX triplet: 30, 37 and 4A. RGB value is (48,55,74). Sum of RGB (Red+Green+Blue) = 48+55+74=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #30374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30374A is #CFC8B5. Grayscale: #363636. Windows color (decimal): -13617334 or 4863792. OLE color: 4863792.

HSL color Cylindrical-coordinate representation of color #30374A: hue angle of 223.85º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30374A is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 55 74 -
CMYK 0.35 0.26 0 0.71
HSL 223.85º 0.21% 0.24% -
HSV(B) 223.85º 0.35% 0.29% -
XYZ 3.82 3.86 7.02 -
YUV 55.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 48 55 74 0.35 0.26 0 0.71 223.85 0.21 0.24
Hex 30 37 4A 23 1A 0 47 E0 15 18
Octal 60 67 112 43 32 0 107 340 25 30
Binary 110000 110111 1001010 100011 11010 0 1000111 11100000 10101 11000

Color Harmonies of #30374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30374A

Black with #30374A

Text Example


Text Example

White with #30374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30374A; }

 p { color: rgb(48,55,74); }

 H1.HeaderClassName
 {
   color: #30374A;
 }
 .AnyTagClassName
 {
   color: #30374A;
 }
</style>

background-color css

<style>
 a { background-color: #30374A; }

 a { background-color: rgb(48,55,74); }

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

border-color css

<style>
 span { border-color: #30374A; }

 span { border-color: rgb(48,55,74); }

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