Html Css Color HEX #3A2C48 Jagger

📋 copy color: '#3A2C48'

red 58 ◦ green 44 ◦ blue 72

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

Shades of Jagger #3A2C48

Tints of Jagger #3A2C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.29%

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

R = 33.33%
G = 25.29%
B = 41.38%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A2C48 (or 0x3A2C48) is known color: Jagger. HEX triplet: 3A, 2C and 48. RGB value is (58,44,72). Sum of RGB (Red+Green+Blue) = 58+44+72=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C48 is #C5D3B7. Grayscale: #333333. Windows color (decimal): -12964792 or 4729914. OLE color: 4729914.

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

Color convert

RGB 58 44 72 -
CMYK 0.19 0.39 0 0.72
HSL 270º 0.24% 0.23% -
HSV(B) 270º 0.39% 0.28% -
XYZ 3.82 3.17 6.54 -
YUV 51.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 58 44 72 0.19 0.39 0 0.72 270 0.24 0.23
Hex 3A 2C 48 13 27 0 48 10E 18 17
Octal 72 54 110 23 47 0 110 416 30 27
Binary 111010 101100 1001000 10011 100111 0 1001000 100001110 11000 10111

Color Harmonies of #3A2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2C48

Black with #3A2C48

Text Example


Text Example

White with #3A2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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