Html Css Color HEX #303946 Licorice

📋 copy color: '#303946'

red 48 ◦ green 57 ◦ blue 70

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

Shades of Licorice #303946

Tints of Licorice #303946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

 BLUE value IS 70 (27.73% from 255) = 40%

R = 27.43%
G = 32.57%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303946 (or 0x303946) is known color: Licorice. HEX triplet: 30, 39 and 46. RGB value is (48,57,70). Sum of RGB (Red+Green+Blue) = 48+57+70=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #303946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303946 is #CFC6B9. Grayscale: #373737. Windows color (decimal): -13616826 or 4602160. OLE color: 4602160.

HSL color Cylindrical-coordinate representation of color #303946: hue angle of 215.45º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303946 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 57 70 -
CMYK 0.31 0.19 0 0.73
HSL 215.45º 0.19% 0.23% -
HSV(B) 215.45º 0.31% 0.27% -
XYZ 3.79 4 6.37 -
YUV 55.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 48 57 70 0.31 0.19 0 0.73 215.45 0.19 0.23
Hex 30 39 46 1F 13 0 49 D7 13 17
Octal 60 71 106 37 23 0 111 327 23 27
Binary 110000 111001 1000110 11111 10011 0 1001001 11010111 10011 10111

Color Harmonies of #303946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303946

Black with #303946

Text Example


Text Example

White with #303946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303946; }

 p { color: rgb(48,57,70); }

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

background-color css

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

 a { background-color: rgb(48,57,70); }

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

border-color css

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

 span { border-color: rgb(48,57,70); }

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