#3B3341

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

Shades of Jagger #3B3341

Tints of Jagger #3B3341

Color information

#3B3341 (or 0x3B3341) is unknown color: approx Jagger. HEX triplet: 3B, 33 and 41. RGB value is (59,51,65). Sum of RGB (Red+Green+Blue) = 59+51+65=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B3341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3341 is #C4CCBE. Grayscale: #363636. Windows color (decimal): -12897471 or 4272955. OLE color: 4272955.

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

Color convert

RGB595165-
CMYK0.090.2200.75
HSL274.29º12.07%22.75%-
HSV(B)274.29º21.54%25.49%-
XYZ3.943.685.5-
YUV54.99133.65130.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=33.71%
G=29.14%
B=37.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5951650.090.2200.75274.2912.0722.75
Hex3B334191604B112c17
Octal7363101112601134221427
Binary111011110011100000110011011001001011100010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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