#303646

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

Shades of Licorice #303646

Tints of Licorice #303646

Color information

#303646 (or 0x303646) is unknown color: approx Licorice. HEX triplet: 30, 36 and 46. RGB value is (48,54,70). Sum of RGB (Red+Green+Blue) = 48+54+70=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #303646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303646 is #CFC9B9. Grayscale: #353535. Windows color (decimal): -13617594 or 4601392. OLE color: 4601392.

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

Color convert

RGB485470-
CMYK0.310.2300.73
HSL223.64º18.64%23.14%-
HSV(B)223.64º31.43%27.45%-
XYZ3.643.716.32-
YUV54.03137.01123.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=27.91%
G=31.40%
B=40.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4854700.310.2300.73223.6418.6423.14
Hex3036461F17049e01317
Octal6066106372701113402327
Binary1100001101101000110111111011101001001111000001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303646; }

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

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

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

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

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

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

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

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