#333A49

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

Shades of Licorice #333A49

Tints of Licorice #333A49

Color information

#333A49 (or 0x333A49) is unknown color: approx Licorice. HEX triplet: 33, 3A and 49. RGB value is (51,58,73). Sum of RGB (Red+Green+Blue) = 51+58+73=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #333A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A49 is #CCC5B6. Grayscale: #393939. Windows color (decimal): -13419959 or 4799027. OLE color: 4799027.

HSL color Cylindrical-coordinate representation of color #333A49: hue angle of 220.91º 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 #333A49 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515873-
CMYK0.300.2100.71
HSL220.91º17.74%24.31%-
HSV(B)220.91º30.14%28.63%-
XYZ4.084.216.9-
YUV57.62136.68123.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=28.02%
G=31.87%
B=40.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5158730.300.2100.71220.9117.7424.31
Hex333A491E15047dd1218
Octal6372111362501073352230
Binary1100111110101001001111101010101000111110111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333A49; }

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

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

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

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

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

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

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

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