#333945

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

Shades of Licorice #333945

Tints of Licorice #333945

Color information

#333945 (or 0x333945) is unknown color: approx Licorice. HEX triplet: 33, 39 and 45. RGB value is (51,57,69). Sum of RGB (Red+Green+Blue) = 51+57+69=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #333945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333945 is #CCC6BA. Grayscale: #383838. Windows color (decimal): -13420219 or 4536627. OLE color: 4536627.

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

Color convert

RGB515769-
CMYK0.260.1700.73
HSL220º15%23.53%-
HSV(B)220º26.09%27.06%-
XYZ3.94.066.21-
YUV56.57135.01124.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=28.81%
G=32.20%
B=38.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5157690.260.1700.732201523.53
Hex3339451A11049dcf18
Octal6371105322101113341730
Binary110011111001100010111010100010100100111011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333945; }

 p { color: rgb(51,57,69); }

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

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

 a { background-color: rgb(51,57,69); }

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

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

 span { border-color: rgb(51,57,69); }

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