#303845

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

Shades of Licorice #303845

Tints of Licorice #303845

Color information

#303845 (or 0x303845) is unknown color: approx Licorice. HEX triplet: 30, 38 and 45. RGB value is (48,56,69). Sum of RGB (Red+Green+Blue) = 48+56+69=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #303845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303845 is #CFC7BA. Grayscale: #373737. Windows color (decimal): -13617083 or 4536368. OLE color: 4536368.

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

Color convert

RGB485669-
CMYK0.300.1900.73
HSL217.14º17.95%22.94%-
HSV(B)217.14º30.43%27.06%-
XYZ3.713.896.18-
YUV55.09135.85122.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=27.75%
G=32.37%
B=39.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4856690.300.1900.73217.1417.9522.94
Hex3038451E13049d91217
Octal6070105362301113312227
Binary1100001110001000101111101001101001001110110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303845; }

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

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

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

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

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

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

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

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