Html Css Color HEX #303C49 Licorice

📋 copy color: '#303C49'

red 48 ◦ green 60 ◦ blue 73

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

Shades of Licorice #303C49

Tints of Licorice #303C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.15%

 BLUE value IS 73 (28.91% from 255) = 40.33%

R = 26.52%
G = 33.15%
B = 40.33%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#303C49 (or 0x303C49) is known color: Licorice. HEX triplet: 30, 3C and 49. RGB value is (48,60,73). Sum of RGB (Red+Green+Blue) = 48+60+73=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #303C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C49 is #CFC3B6. Grayscale: #393939. Windows color (decimal): -13616055 or 4799536. OLE color: 4799536.

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

Color convert

RGB 48 60 73 -
CMYK 0.34 0.18 0 0.71
HSL 211.2º 0.21% 0.24% -
HSV(B) 211.2º 0.34% 0.29% -
XYZ 4.04 4.34 6.93 -
YUV 57.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 48 60 73 0.34 0.18 0 0.71 211.2 0.21 0.24
Hex 30 3C 49 22 12 0 47 D3 15 18
Octal 60 74 111 42 22 0 107 323 25 30
Binary 110000 111100 1001001 100010 10010 0 1000111 11010011 10101 11000

Color Harmonies of #303C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C49

Black with #303C49

Text Example


Text Example

White with #303C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303C49; }

 p { color: rgb(48,60,73); }

 H1.HeaderClassName
 {
   color: #303C49;
 }
 .AnyTagClassName
 {
   color: #303C49;
 }
</style>

background-color css

<style>
 a { background-color: #303C49; }

 a { background-color: rgb(48,60,73); }

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

border-color css

<style>
 span { border-color: #303C49; }

 span { border-color: rgb(48,60,73); }

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