#3B2247

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

Shades of Jagger #3B2247

Tints of Jagger #3B2247

Color information

#3B2247 (or 0x3B2247) is unknown color: approx Jagger. HEX triplet: 3B, 22 and 47. RGB value is (59,34,71). Sum of RGB (Red+Green+Blue) = 59+34+71=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B2247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2247 is #C4DDB8. Grayscale: #2D2D2D. Windows color (decimal): -12901817 or 4661819. OLE color: 4661819.

HSL color Cylindrical-coordinate representation of color #3B2247: hue angle of 280.54º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B2247 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB593471-
CMYK0.170.5200.72
HSL280.54º35.24%20.59%-
HSV(B)280.54º52.11%27.84%-
XYZ3.512.536.26-
YUV45.69142.28137.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.98%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=35.98%
G=20.73%
B=43.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5934710.170.5200.72280.5435.2420.59
Hex3B224711340481192315
Octal7342107216401104314325
Binary1110111000101000111100011101000100100010001100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,71); }

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

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

 a { background-color: rgb(59,34,71); }

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

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

 span { border-color: rgb(59,34,71); }

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