#3A2347

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

Shades of Jagger #3A2347

Tints of Jagger #3A2347

Color information

#3A2347 (or 0x3A2347) is unknown color: approx Jagger. HEX triplet: 3A, 23 and 47. RGB value is (58,35,71). Sum of RGB (Red+Green+Blue) = 58+35+71=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2347 is #C5DCB8. Grayscale: #2D2D2D. Windows color (decimal): -12967097 or 4662074. OLE color: 4662074.

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

Color convert

RGB583571-
CMYK0.180.5100.72
HSL278.33º33.96%20.78%-
HSV(B)278.33º50.7%27.84%-
XYZ3.482.566.27-
YUV45.98142.12136.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=35.37%
G=21.34%
B=43.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5835710.180.5100.72278.3333.9620.78
Hex3A234712330481162215
Octal7243107226301104264225
Binary1110101000111000111100101100110100100010001011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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