#3B393D

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

Shades of Jagger #3B393D

Tints of Jagger #3B393D

Color information

#3B393D (or 0x3B393D) is unknown color: approx Jagger. HEX triplet: 3B, 39 and 3D. RGB value is (59,57,61). Sum of RGB (Red+Green+Blue) = 59+57+61=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B393D is #C4C6C2. Grayscale: #3A3A3A. Windows color (decimal): -12895939 or 4012347. OLE color: 4012347.

HSL color Cylindrical-coordinate representation of color #3B393D: hue angle of 270º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3B393D is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB595761-
CMYK0.030.0700.76
HSL270º3.39%23.14%-
HSV(B)270º6.56%23.92%-
XYZ4.114.195.01-
YUV58.05129.66128.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=33.33%
G=32.20%
B=34.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5957610.030.0700.762703.3923.14
Hex3B393D3704C10e317
Octal737175370114416327
Binary11101111100111110111111010011001000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,61); }

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

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

 a { background-color: rgb(59,57,61); }

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

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

 span { border-color: rgb(59,57,61); }

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