#3A2950

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

Shades of Jagger #3A2950

Tints of Jagger #3A2950

Color information

#3A2950 (or 0x3A2950) is unknown color: approx Jagger. HEX triplet: 3A, 29 and 50. RGB value is (58,41,80). Sum of RGB (Red+Green+Blue) = 58+41+80=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2950 is #C5D6AF. Grayscale: #323232. Windows color (decimal): -12965552 or 5253434. OLE color: 5253434.

HSL color Cylindrical-coordinate representation of color #3A2950: hue angle of 266.15º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A2950 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB584180-
CMYK0.280.4900.69
HSL266.15º32.23%23.73%-
HSV(B)266.15º48.75%31.37%-
XYZ3.993.067.97-
YUV50.53144.63133.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.40%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=32.40%
G=22.91%
B=44.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5841800.280.4900.69266.1532.2323.73
Hex3A29501C3104510a2018
Octal7251120346101054124030
Binary1110101010011010000111001100010100010110000101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,80); }

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

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

 a { background-color: rgb(58,41,80); }

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

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

 span { border-color: rgb(58,41,80); }

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