#3A373D

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

Shades of Jagger #3A373D

Tints of Jagger #3A373D

Color information

#3A373D (or 0x3A373D) is unknown color: approx Jagger. HEX triplet: 3A, 37 and 3D. RGB value is (58,55,61). Sum of RGB (Red+Green+Blue) = 58+55+61=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 55 (21.88% from 255 or 31.61% 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 #3A373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A373D is #C5C8C2. Grayscale: #383838. Windows color (decimal): -12961987 or 4011834. OLE color: 4011834.

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

Color convert

RGB585561-
CMYK0.050.1000.76
HSL270º5.17%22.75%-
HSV(B)270º9.84%23.92%-
XYZ3.953.974.97-
YUV56.58130.49129.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=33.33%
G=31.61%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5855610.050.1000.762705.1722.75
Hex3A373D5A04C10e517
Octal7267755120114416527
Binary11101011011111110110110100100110010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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