#3B2844

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

Shades of Jagger #3B2844

Tints of Jagger #3B2844

Color information

#3B2844 (or 0x3B2844) is unknown color: approx Jagger. HEX triplet: 3B, 28 and 44. RGB value is (59,40,68). Sum of RGB (Red+Green+Blue) = 59+40+68=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B2844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2844 is #C4D7BB. Grayscale: #303030. Windows color (decimal): -12900284 or 4466747. OLE color: 4466747.

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

Color convert

RGB594068-
CMYK0.130.4100.73
HSL280.71º25.93%21.18%-
HSV(B)280.71º41.18%26.67%-
XYZ3.612.865.83-
YUV48.87138.79135.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=35.33%
G=23.95%
B=40.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5940680.130.4100.73280.7125.9321.18
Hex3B2844D290491191a15
Octal7350104155101114313225
Binary11101110100010001001101101001010010011000110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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