#303946

Color #303946 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #303946

Tints of Licorice #303946

Color information

#303946 (or 0x303946) is unknown color: approx 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

RGB485770-
CMYK0.310.1900.73
HSL215.45º18.64%23.14%-
HSV(B)215.45º31.43%27.45%-
XYZ3.7946.37-
YUV55.79136.02122.44-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4857700.310.1900.73215.4518.6423.14
Hex3039461F13049d71317
Octal6071106372301113272327
Binary1100001110011000110111111001101001001110101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>