Html Css Color HEX #3A2941 Jagger

📋 copy color: '#3A2941'

red 58 ◦ green 41 ◦ blue 65

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

Shades of Jagger #3A2941

Tints of Jagger #3A2941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 35.37%
G = 25%
B = 39.63%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A2941 (or 0x3A2941) is known color: Jagger. HEX triplet: 3A, 29 and 41. RGB value is (58,41,65). Sum of RGB (Red+Green+Blue) = 58+41+65=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A2941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2941 is #C5D6BE. Grayscale: #303030. Windows color (decimal): -12965567 or 4270394. OLE color: 4270394.

HSL color Cylindrical-coordinate representation of color #3A2941: hue angle of 282.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A2941 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 41 65 -
CMYK 0.11 0.37 0 0.75
HSL 282.5º 0.23% 0.21% -
HSV(B) 282.5º 0.37% 0.25% -
XYZ 3.49 2.87 5.37 -
YUV 48.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 58 41 65 0.11 0.37 0 0.75 282.5 0.23 0.21
Hex 3A 29 41 B 25 0 4B 11A 17 15
Octal 72 51 101 13 45 0 113 432 27 25
Binary 111010 101001 1000001 1011 100101 0 1001011 100011010 10111 10101

Color Harmonies of #3A2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2941

Black with #3A2941

Text Example


Text Example

White with #3A2941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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