#3A363D

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

Shades of Jagger #3A363D

Tints of Jagger #3A363D

Color information

#3A363D (or 0x3A363D) is unknown color: approx Jagger. HEX triplet: 3A, 36 and 3D. RGB value is (58,54,61). Sum of RGB (Red+Green+Blue) = 58+54+61=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A363D is #C5C9C2. Grayscale: #373737. Windows color (decimal): -12962243 or 4011578. OLE color: 4011578.

HSL color Cylindrical-coordinate representation of color #3A363D: hue angle of 274.29º 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 #3A363D is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB585461-
CMYK0.050.1100.76
HSL274.29º6.09%22.55%-
HSV(B)274.29º11.48%23.92%-
XYZ3.913.874.96-
YUV55.99130.83129.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=33.53%
G=31.21%
B=35.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5854610.050.1100.76274.296.0922.55
Hex3A363D5B04C112617
Octal7266755130114422627
Binary11101011011011110110110110100110010001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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