Html Css Color HEX #3A2949 Jagger

📋 copy color: '#3A2949'

red 58 ◦ green 41 ◦ blue 73

#3A2949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3A2949

Tints of Jagger #3A2949

RGB

 RED value IS 58 (23.05% from 255) = 33.72%

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 33.72%
G = 23.84%
B = 42.44%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A2949 (or 0x3A2949) is known color: Jagger. HEX triplet: 3A, 29 and 49. RGB value is (58,41,73). Sum of RGB (Red+Green+Blue) = 58+41+73=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2949 is #C5D6B6. Grayscale: #313131. Windows color (decimal): -12965559 or 4794682. OLE color: 4794682.

HSL color Cylindrical-coordinate representation of color #3A2949: hue angle of 271.88º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A2949 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 41 73 -
CMYK 0.21 0.44 0 0.71
HSL 271.88º 0.28% 0.22% -
HSV(B) 271.88º 0.44% 0.29% -
XYZ 3.74 2.97 6.68 -
YUV 49.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 58 41 73 0.21 0.44 0 0.71 271.88 0.28 0.22
Hex 3A 29 49 15 2C 0 47 110 1C 16
Octal 72 51 111 25 54 0 107 420 34 26
Binary 111010 101001 1001001 10101 101100 0 1000111 100010000 11100 10110

Color Harmonies of #3A2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2949

Black with #3A2949

Text Example


Text Example

White with #3A2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A2949;
 }
 .AnyTagClassName
 {
   color: #3A2949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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