#3B2346

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

Shades of Jagger #3B2346

Tints of Jagger #3B2346

Color information

#3B2346 (or 0x3B2346) is unknown color: approx Jagger. HEX triplet: 3B, 23 and 46. RGB value is (59,35,70). Sum of RGB (Red+Green+Blue) = 59+35+70=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #3B2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2346 is #C4DCB9. Grayscale: #2E2E2E. Windows color (decimal): -12901562 or 4596539. OLE color: 4596539.

HSL color Cylindrical-coordinate representation of color #3B2346: hue angle of 281.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B2346 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB593570-
CMYK0.160.500.73
HSL281.14º33.33%20.59%-
HSV(B)281.14º50%27.45%-
XYZ3.512.576.11-
YUV46.17141.45137.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.98%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=35.98%
G=21.34%
B=42.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5935700.160.500.73281.1433.3320.59
Hex3B234610320491192115
Octal7343106206201114314125
Binary1110111000111000110100001100100100100110001100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2346; }

 p { color: rgb(59,35,70); }

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

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

 a { background-color: rgb(59,35,70); }

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

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

 span { border-color: rgb(59,35,70); }

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