#3A2843

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

Shades of Jagger #3A2843

Tints of Jagger #3A2843

Color information

#3A2843 (or 0x3A2843) is unknown color: approx Jagger. HEX triplet: 3A, 28 and 43. RGB value is (58,40,67). Sum of RGB (Red+Green+Blue) = 58+40+67=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A2843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2843 is #C5D7BC. Grayscale: #303030. Windows color (decimal): -12965821 or 4401210. OLE color: 4401210.

HSL color Cylindrical-coordinate representation of color #3A2843: hue angle of 280º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2843 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB584067-
CMYK0.130.4000.74
HSL280º25.23%20.98%-
HSV(B)280º40.3%26.27%-
XYZ3.522.825.67-
YUV48.46138.46134.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 67 (26.56% from 255) = 40.61%
R=35.15%
G=24.24%
B=40.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5840670.130.4000.7428025.2320.98
Hex3A2843D2804A1181915
Octal7250103155001124303125
Binary11101010100010000111101101000010010101000110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,67); }

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

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

 a { background-color: rgb(58,40,67); }

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

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

 span { border-color: rgb(58,40,67); }

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