#333949

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

Shades of Licorice #333949

Tints of Licorice #333949

Color information

#333949 (or 0x333949) is unknown color: approx Licorice. HEX triplet: 33, 39 and 49. RGB value is (51,57,73). Sum of RGB (Red+Green+Blue) = 51+57+73=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #333949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333949 is #CCC6B6. Grayscale: #383838. Windows color (decimal): -13420215 or 4798771. OLE color: 4798771.

HSL color Cylindrical-coordinate representation of color #333949: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333949 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515773-
CMYK0.300.2200.71
HSL223.64º17.74%24.31%-
HSV(B)223.64º30.14%28.63%-
XYZ4.034.116.88-
YUV57.03137.01123.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=28.18%
G=31.49%
B=40.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5157730.300.2200.71223.6417.7424.31
Hex3339491E16047e01218
Octal6371111362601073402230
Binary1100111110011001001111101011001000111111000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333949; }

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

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

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

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

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

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

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

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