#3B3441

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

Shades of Jagger #3B3441

Tints of Jagger #3B3441

Color information

#3B3441 (or 0x3B3441) is unknown color: approx Jagger. HEX triplet: 3B, 34 and 41. RGB value is (59,52,65). Sum of RGB (Red+Green+Blue) = 59+52+65=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B3441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3441 is #C4CBBE. Grayscale: #373737. Windows color (decimal): -12897215 or 4273211. OLE color: 4273211.

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

Color convert

RGB595265-
CMYK0.090.2000.75
HSL272.31º11.11%22.94%-
HSV(B)272.31º20%25.49%-
XYZ3.993.775.52-
YUV55.57133.32130.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=33.52%
G=29.55%
B=36.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5952650.090.2000.75272.3111.1122.94
Hex3B344191404B110b17
Octal7364101112401134201327
Binary111011110100100000110011010001001011100010000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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