#303846

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

Shades of Licorice #303846

Tints of Licorice #303846

Color information

#303846 (or 0x303846) is unknown color: approx Licorice. HEX triplet: 30, 38 and 46. RGB value is (48,56,70). Sum of RGB (Red+Green+Blue) = 48+56+70=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #303846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303846 is #CFC7B9. Grayscale: #373737. Windows color (decimal): -13617082 or 4601904. OLE color: 4601904.

HSL color Cylindrical-coordinate representation of color #303846: hue angle of 218.18º 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 #303846 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB485670-
CMYK0.310.2000.73
HSL218.18º18.64%23.14%-
HSV(B)218.18º31.43%27.45%-
XYZ3.743.96.35-
YUV55.2136.35122.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=27.59%
G=32.18%
B=40.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4856700.310.2000.73218.1818.6423.14
Hex3038461F14049da1317
Octal6070106372401113322327
Binary1100001110001000110111111010001001001110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303846; }

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

 H1.HeaderClassName
 {
   color: #303846;
 }
 .AnyTagClassName
 {
   color: #303846;
 }
</style>
background-color css

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

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

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

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

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

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