#3B363D

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

Shades of Jagger #3B363D

Tints of Jagger #3B363D

Color information

#3B363D (or 0x3B363D) is unknown color: approx Jagger. HEX triplet: 3B, 36 and 3D. RGB value is (59,54,61). Sum of RGB (Red+Green+Blue) = 59+54+61=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B363D is #C4C9C2. Grayscale: #383838. Windows color (decimal): -12896707 or 4011579. OLE color: 4011579.

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

Color convert

RGB595461-
CMYK0.030.1100.76
HSL282.86º6.09%22.55%-
HSV(B)282.86º11.48%23.92%-
XYZ3.973.914.96-
YUV56.29130.66129.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=33.91%
G=31.03%
B=35.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5954610.030.1100.76282.866.0922.55
Hex3B363D3B04C11b617
Octal7366753130114433627
Binary1110111101101111011110110100110010001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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