#3B2B47

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

Shades of Jagger #3B2B47

Tints of Jagger #3B2B47

Color information

#3B2B47 (or 0x3B2B47) is unknown color: approx Jagger. HEX triplet: 3B, 2B and 47. RGB value is (59,43,71). Sum of RGB (Red+Green+Blue) = 59+43+71=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B2B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B47 is #C4D4B8. Grayscale: #323232. Windows color (decimal): -12899513 or 4664123. OLE color: 4664123.

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

Color convert

RGB594371-
CMYK0.170.3900.72
HSL274.29º24.56%22.35%-
HSV(B)274.29º39.44%27.84%-
XYZ3.83.116.36-
YUV50.98139.3133.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=34.10%
G=24.86%
B=41.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5943710.170.3900.72274.2924.5622.35
Hex3B2B4711270481121916
Octal7353107214701104223126
Binary111011101011100011110001100111010010001000100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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