#3A3047

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

Shades of Jagger #3A3047

Tints of Jagger #3A3047

Color information

#3A3047 (or 0x3A3047) is unknown color: approx Jagger. HEX triplet: 3A, 30 and 47. RGB value is (58,48,71). Sum of RGB (Red+Green+Blue) = 58+48+71=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3047 is #C5CFB8. Grayscale: #353535. Windows color (decimal): -12963769 or 4665402. OLE color: 4665402.

HSL color Cylindrical-coordinate representation of color #3A3047: hue angle of 266.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A3047 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB584871-
CMYK0.180.3200.72
HSL266.09º19.33%23.33%-
HSV(B)266.09º32.39%27.84%-
XYZ3.943.476.42-
YUV53.61137.81131.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=32.77%
G=27.12%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5848710.180.3200.72266.0919.3323.33
Hex3A3047122004810a1317
Octal7260107224001104122327
Binary111010110000100011110010100000010010001000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,71); }

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

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

 a { background-color: rgb(58,48,71); }

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

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

 span { border-color: rgb(58,48,71); }

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