#3B323E

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

Shades of Jagger #3B323E

Tints of Jagger #3B323E

Color information

#3B323E (or 0x3B323E) is unknown color: approx Jagger. HEX triplet: 3B, 32 and 3E. RGB value is (59,50,62). Sum of RGB (Red+Green+Blue) = 59+50+62=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B323E is #C4CDC1. Grayscale: #363636. Windows color (decimal): -12897730 or 4076091. OLE color: 4076091.

HSL color Cylindrical-coordinate representation of color #3B323E: hue angle of 285º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B323E is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB595062-
CMYK0.050.1900.76
HSL285º10.71%21.96%-
HSV(B)285º19.35%24.31%-
XYZ3.813.565.04-
YUV54.06132.48131.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=34.50%
G=29.24%
B=36.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5950620.050.1900.7628510.7121.96
Hex3B323E51304C11db16
Octal73627652301144351326
Binary1110111100101111101011001101001100100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,62); }

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

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

 a { background-color: rgb(59,50,62); }

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

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

 span { border-color: rgb(59,50,62); }

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