Html Css Color HEX #3A2A48 Jagger

📋 copy color: '#3A2A48'

red 58 ◦ green 42 ◦ blue 72

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

Shades of Jagger #3A2A48

Tints of Jagger #3A2A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.42%

 BLUE value IS 72 (28.52% from 255) = 41.86%

R = 33.72%
G = 24.42%
B = 41.86%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A2A48 (or 0x3A2A48) is known color: Jagger. HEX triplet: 3A, 2A and 48. RGB value is (58,42,72). Sum of RGB (Red+Green+Blue) = 58+42+72=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2A48 is #C5D5B7. Grayscale: #323232. Windows color (decimal): -12965304 or 4729402. OLE color: 4729402.

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

Color convert

RGB 58 42 72 -
CMYK 0.19 0.42 0 0.72
HSL 272º 0.26% 0.22% -
HSV(B) 272º 0.42% 0.28% -
XYZ 3.74 3.02 6.52 -
YUV 50.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 58 42 72 0.19 0.42 0 0.72 272 0.26 0.22
Hex 3A 2A 48 13 2A 0 48 110 1A 16
Octal 72 52 110 23 52 0 110 420 32 26
Binary 111010 101010 1001000 10011 101010 0 1001000 100010000 11010 10110

Color Harmonies of #3A2A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2A48

Black with #3A2A48

Text Example


Text Example

White with #3A2A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,42,72); }

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

background-color css

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

 a { background-color: rgb(58,42,72); }

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

border-color css

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

 span { border-color: rgb(58,42,72); }

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