#33384A

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

Shades of Licorice #33384A

Tints of Licorice #33384A

Color information

#33384A (or 0x33384A) is unknown color: approx Licorice. HEX triplet: 33, 38 and 4A. RGB value is (51,56,74). Sum of RGB (Red+Green+Blue) = 51+56+74=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #33384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33384A is #CCC7B5. Grayscale: #383838. Windows color (decimal): -13420470 or 4864051. OLE color: 4864051.

HSL color Cylindrical-coordinate representation of color #33384A: hue angle of 226.96º 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 #33384A is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515674-
CMYK0.310.2400.71
HSL226.96º18.4%24.51%-
HSV(B)226.96º31.08%29.02%-
XYZ4.024.037.04-
YUV56.56137.84124.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=28.18%
G=30.94%
B=40.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5156740.310.2400.71226.9618.424.51
Hex33384A1F18047e31219
Octal6370112373001073432231
Binary1100111110001001010111111100001000111111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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