#3A313F

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

Shades of Jagger #3A313F

Tints of Jagger #3A313F

Color information

#3A313F (or 0x3A313F) is unknown color: approx Jagger. HEX triplet: 3A, 31 and 3F. RGB value is (58,49,63). Sum of RGB (Red+Green+Blue) = 58+49+63=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A313F is #C5CEC0. Grayscale: #353535. Windows color (decimal): -12963521 or 4141370. OLE color: 4141370.

HSL color Cylindrical-coordinate representation of color #3A313F: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A313F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB584963-
CMYK0.080.2200.75
HSL278.57º12.5%21.96%-
HSV(B)278.57º22.22%24.71%-
XYZ3.743.465.17-
YUV53.29133.48131.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 63 (25% from 255) = 37.06%
R=34.12%
G=28.82%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5849630.080.2200.75278.5712.521.96
Hex3A313F81604B117c16
Octal726177102601134271426
Binary11101011000111111110001011001001011100010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,49,63); }

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

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

 a { background-color: rgb(58,49,63); }

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

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

 span { border-color: rgb(58,49,63); }

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