#3B2444

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

Shades of Jagger #3B2444

Tints of Jagger #3B2444

Color information

#3B2444 (or 0x3B2444) is unknown color: approx Jagger. HEX triplet: 3B, 24 and 44. RGB value is (59,36,68). Sum of RGB (Red+Green+Blue) = 59+36+68=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B2444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2444 is #C4DBBB. Grayscale: #2E2E2E. Windows color (decimal): -12901308 or 4465723. OLE color: 4465723.

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

Color convert

RGB593668-
CMYK0.130.4700.73
HSL283.12º30.77%20.39%-
HSV(B)283.12º47.06%26.67%-
XYZ3.482.615.79-
YUV46.52140.12136.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.20%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=36.20%
G=22.09%
B=41.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5936680.130.4700.73283.1230.7720.39
Hex3B2444D2F04911b1f14
Octal7344104155701114333724
Binary11101110010010001001101101111010010011000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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