Html Css Color HEX #303849 Licorice

📋 copy color: '#303849'

red 48 ◦ green 56 ◦ blue 73

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

Shades of Licorice #303849

Tints of Licorice #303849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

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

R = 27.12%
G = 31.64%
B = 41.24%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#303849 (or 0x303849) is known color: Licorice. HEX triplet: 30, 38 and 49. RGB value is (48,56,73). Sum of RGB (Red+Green+Blue) = 48+56+73=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #303849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303849 is #CFC7B6. Grayscale: #373737. Windows color (decimal): -13617079 or 4798512. OLE color: 4798512.

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

Color convert

RGB 48 56 73 -
CMYK 0.34 0.23 0 0.71
HSL 220.8º 0.21% 0.24% -
HSV(B) 220.8º 0.34% 0.29% -
XYZ 3.84 3.94 6.86 -
YUV 55.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 48 56 73 0.34 0.23 0 0.71 220.8 0.21 0.24
Hex 30 38 49 22 17 0 47 DD 15 18
Octal 60 70 111 42 27 0 107 335 25 30
Binary 110000 111000 1001001 100010 10111 0 1000111 11011101 10101 11000

Color Harmonies of #303849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303849

Black with #303849

Text Example


Text Example

White with #303849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303849; }

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

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

background-color css

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

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

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

border-color css

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

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

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