Html Css Color HEX #3A2F41 Jagger

📋 copy color: '#3A2F41'

red 58 ◦ green 47 ◦ blue 65

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

Shades of Jagger #3A2F41

Tints of Jagger #3A2F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.65%

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

R = 34.12%
G = 27.65%
B = 38.24%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A2F41 (or 0x3A2F41) is known color: Jagger. HEX triplet: 3A, 2F and 41. RGB value is (58,47,65). Sum of RGB (Red+Green+Blue) = 58+47+65=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F41 is #C5D0BE. Grayscale: #343434. Windows color (decimal): -12964031 or 4271930. OLE color: 4271930.

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

Color convert

RGB 58 47 65 -
CMYK 0.11 0.28 0 0.75
HSL 276.67º 0.16% 0.22% -
HSV(B) 276.67º 0.28% 0.25% -
XYZ 3.72 3.31 5.44 -
YUV 52.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 58 47 65 0.11 0.28 0 0.75 276.67 0.16 0.22
Hex 3A 2F 41 B 1C 0 4B 115 10 16
Octal 72 57 101 13 34 0 113 425 20 26
Binary 111010 101111 1000001 1011 11100 0 1001011 100010101 10000 10110

Color Harmonies of #3A2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2F41

Black with #3A2F41

Text Example


Text Example

White with #3A2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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