Html Css Color HEX #3A3241 Jagger

📋 copy color: '#3A3241'

red 58 ◦ green 50 ◦ blue 65

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

Shades of Jagger #3A3241

Tints of Jagger #3A3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

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

R = 33.53%
G = 28.9%
B = 37.57%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A3241 (or 0x3A3241) is known color: Jagger. HEX triplet: 3A, 32 and 41. RGB value is (58,50,65). Sum of RGB (Red+Green+Blue) = 58+50+65=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3241 is #C5CDBE. Grayscale: #363636. Windows color (decimal): -12963263 or 4272698. OLE color: 4272698.

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

Color convert

RGB 58 50 65 -
CMYK 0.11 0.23 0 0.75
HSL 272º 0.13% 0.23% -
HSV(B) 272º 0.23% 0.25% -
XYZ 3.84 3.56 5.49 -
YUV 54.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 58 50 65 0.11 0.23 0 0.75 272 0.13 0.23
Hex 3A 32 41 B 17 0 4B 110 D 17
Octal 72 62 101 13 27 0 113 420 15 27
Binary 111010 110010 1000001 1011 10111 0 1001011 100010000 1101 10111

Color Harmonies of #3A3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3241

Black with #3A3241

Text Example


Text Example

White with #3A3241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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