#3A323E

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

Shades of Jagger #3A323E

Tints of Jagger #3A323E

Color information

#3A323E (or 0x3A323E) is unknown color: approx Jagger. HEX triplet: 3A, 32 and 3E. RGB value is (58,50,62). Sum of RGB (Red+Green+Blue) = 58+50+62=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A323E is #C5CDC1. Grayscale: #353535. Windows color (decimal): -12963266 or 4076090. OLE color: 4076090.

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

Color convert

RGB585062-
CMYK0.060.1900.76
HSL280º10.71%21.96%-
HSV(B)280º19.35%24.31%-
XYZ3.763.535.04-
YUV53.76132.65131.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=34.12%
G=29.41%
B=36.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5850620.060.1900.7628010.7121.96
Hex3A323E61304C118b16
Octal72627662301144301326
Binary1110101100101111101101001101001100100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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