#3B2941

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

Shades of Jagger #3B2941

Tints of Jagger #3B2941

Color information

#3B2941 (or 0x3B2941) is unknown color: approx Jagger. HEX triplet: 3B, 29 and 41. RGB value is (59,41,65). Sum of RGB (Red+Green+Blue) = 59+41+65=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B2941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2941 is #C4D6BE. Grayscale: #313131. Windows color (decimal): -12900031 or 4270395. OLE color: 4270395.

HSL color Cylindrical-coordinate representation of color #3B2941: hue angle of 285º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2941 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB594165-
CMYK0.090.3700.75
HSL285º22.64%20.78%-
HSV(B)285º36.92%25.49%-
XYZ3.552.95.37-
YUV49.12136.96135.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.76%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=35.76%
G=24.85%
B=39.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5941650.090.3700.7528522.6420.78
Hex3B294192504B11d1715
Octal7351101114501134352725
Binary11101110100110000011001100101010010111000111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,65); }

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

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

 a { background-color: rgb(59,41,65); }

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

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

 span { border-color: rgb(59,41,65); }

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