#353845

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

Shades of Licorice #353845

Tints of Licorice #353845

Color information

#353845 (or 0x353845) is unknown color: approx Licorice. HEX triplet: 35, 38 and 45. RGB value is (53,56,69). Sum of RGB (Red+Green+Blue) = 53+56+69=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #353845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353845 is #CAC7BA. Grayscale: #383838. Windows color (decimal): -13289403 or 4536373. OLE color: 4536373.

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

Color convert

RGB535669-
CMYK0.230.1900.73
HSL228.75º13.11%23.92%-
HSV(B)228.75º23.19%27.06%-
XYZ3.964.016.2-
YUV56.58135.01125.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=29.78%
G=31.46%
B=38.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5356690.230.1900.73228.7513.1123.92
Hex3538451713049e5d18
Octal6570105272301113451530
Binary110101111000100010110111100110100100111100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353845; }

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

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

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

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

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

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

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

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