#3A2641

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

Shades of Jagger #3A2641

Tints of Jagger #3A2641

Color information

#3A2641 (or 0x3A2641) is unknown color: approx Jagger. HEX triplet: 3A, 26 and 41. RGB value is (58,38,65). Sum of RGB (Red+Green+Blue) = 58+38+65=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A2641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2641 is #C5D9BE. Grayscale: #2E2E2E. Windows color (decimal): -12966335 or 4269626. OLE color: 4269626.

HSL color Cylindrical-coordinate representation of color #3A2641: hue angle of 284.44º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A2641 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB583865-
CMYK0.110.4200.75
HSL284.44º26.21%20.2%-
HSV(B)284.44º41.54%25.49%-
XYZ3.392.675.34-
YUV47.06138.13135.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.02%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=36.02%
G=23.60%
B=40.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5838650.110.4200.75284.4426.2120.2
Hex3A2641B2A04B11c1a14
Octal7246101135201134343224
Binary11101010011010000011011101010010010111000111001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,65); }

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

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

 a { background-color: rgb(58,38,65); }

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

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

 span { border-color: rgb(58,38,65); }

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