#33394A

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

Shades of Licorice #33394A

Tints of Licorice #33394A

Color information

#33394A (or 0x33394A) is unknown color: approx Licorice. HEX triplet: 33, 39 and 4A. RGB value is (51,57,74). Sum of RGB (Red+Green+Blue) = 51+57+74=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #33394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33394A is #CCC6B5. Grayscale: #393939. Windows color (decimal): -13420214 or 4864307. OLE color: 4864307.

HSL color Cylindrical-coordinate representation of color #33394A: hue angle of 224.35º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #33394A is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515774-
CMYK0.310.2300.71
HSL224.35º18.4%24.51%-
HSV(B)224.35º31.08%29.02%-
XYZ4.064.127.06-
YUV57.14137.51123.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=28.02%
G=31.32%
B=40.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5157740.310.2300.71224.3518.424.51
Hex33394A1F17047e01219
Octal6371112372701073402231
Binary1100111110011001010111111011101000111111000001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33394A; }

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

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

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

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

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

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

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

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