#3A2346

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

Shades of Jagger #3A2346

Tints of Jagger #3A2346

Color information

#3A2346 (or 0x3A2346) is unknown color: approx Jagger. HEX triplet: 3A, 23 and 46. RGB value is (58,35,70). Sum of RGB (Red+Green+Blue) = 58+35+70=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2346 is #C5DCB9. Grayscale: #2D2D2D. Windows color (decimal): -12967098 or 4596538. OLE color: 4596538.

HSL color Cylindrical-coordinate representation of color #3A2346: hue angle of 279.43º 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 #3A2346 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB583570-
CMYK0.170.500.73
HSL279.43º33.33%20.59%-
HSV(B)279.43º50%27.45%-
XYZ3.452.546.1-
YUV45.87141.62136.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=35.58%
G=21.47%
B=42.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5835700.170.500.73279.4333.3320.59
Hex3A234611320491172115
Octal7243106216201114274125
Binary1110101000111000110100011100100100100110001011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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