#303644

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

Shades of Licorice #303644

Tints of Licorice #303644

Color information

#303644 (or 0x303644) is unknown color: approx Licorice. HEX triplet: 30, 36 and 44. RGB value is (48,54,68). Sum of RGB (Red+Green+Blue) = 48+54+68=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #303644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303644 is #CFC9BB. Grayscale: #353535. Windows color (decimal): -13617596 or 4470320. OLE color: 4470320.

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

Color convert

RGB485468-
CMYK0.290.2100.73
HSL222º17.24%22.75%-
HSV(B)222º29.41%26.67%-
XYZ3.583.685.99-
YUV53.8136.01123.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 68 (26.95% from 255) = 40%
R=28.24%
G=31.76%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4854680.290.2100.7322217.2422.75
Hex3036441D15049de1117
Octal6066104352501113362127
Binary1100001101101000100111011010101001001110111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303644; }

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

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

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

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

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

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

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

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