#3B2847

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

Shades of Jagger #3B2847

Tints of Jagger #3B2847

Color information

#3B2847 (or 0x3B2847) is unknown color: approx Jagger. HEX triplet: 3B, 28 and 47. RGB value is (59,40,71). Sum of RGB (Red+Green+Blue) = 59+40+71=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B2847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2847 is #C4D7B8. Grayscale: #313131. Windows color (decimal): -12900281 or 4663355. OLE color: 4663355.

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

Color convert

RGB594071-
CMYK0.170.4400.72
HSL276.77º27.93%21.76%-
HSV(B)276.77º43.66%27.84%-
XYZ3.72.96.33-
YUV49.22140.29134.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.71%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=34.71%
G=23.53%
B=41.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5940710.170.4400.72276.7727.9321.76
Hex3B2847112C0481151c16
Octal7350107215401104253426
Binary111011101000100011110001101100010010001000101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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