Html Css Color HEX #303749 Licorice

📋 copy color: '#303749'

red 48 ◦ green 55 ◦ blue 73

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

Shades of Licorice #303749

Tints of Licorice #303749

RGB

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

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

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

R = 27.27%
G = 31.25%
B = 41.48%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#303749 (or 0x303749) is known color: Licorice. HEX triplet: 30, 37 and 49. RGB value is (48,55,73). Sum of RGB (Red+Green+Blue) = 48+55+73=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #303749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303749 is #CFC8B6. Grayscale: #363636. Windows color (decimal): -13617335 or 4798256. OLE color: 4798256.

HSL color Cylindrical-coordinate representation of color #303749: hue angle of 223.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 #303749 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 55 73 -
CMYK 0.34 0.25 0 0.71
HSL 223.2º 0.21% 0.24% -
HSV(B) 223.2º 0.34% 0.29% -
XYZ 3.79 3.84 6.85 -
YUV 54.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 48 55 73 0.34 0.25 0 0.71 223.2 0.21 0.24
Hex 30 37 49 22 19 0 47 DF 15 18
Octal 60 67 111 42 31 0 107 337 25 30
Binary 110000 110111 1001001 100010 11001 0 1000111 11011111 10101 11000

Color Harmonies of #303749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303749

Black with #303749

Text Example


Text Example

White with #303749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303749; }

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

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

background-color css

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

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

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

border-color css

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

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

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