Html Css Color HEX #3B2847 Jagger

📋 copy color: '#3B2847'

red 59 ◦ green 40 ◦ blue 71

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

Shades of Jagger #3B2847

Tints of Jagger #3B2847

RGB

 RED value IS 59 (23.44% from 255) = 34.71%

 GREEN value IS 40 (16.02% from 255) = 23.53%

 BLUE value IS 71 (28.13% from 255) = 41.76%

R = 34.71%
G = 23.53%
B = 41.76%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B2847 (or 0x3B2847) is known color: Jagger. HEX triplet: 3B, 28 and 47. RGB value is (59,40,71). Sum of RGB (Red+Green+Blue) = 59+40+71=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B2847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2847 is #C4D7B8. Grayscale: #313131. Windows color (decimal): -12900281 or 4663355. OLE color: 4663355.

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

Color convert

RGB 59 40 71 -
CMYK 0.17 0.44 0 0.72
HSL 276.77º 0.28% 0.22% -
HSV(B) 276.77º 0.44% 0.28% -
XYZ 3.7 2.9 6.33 -
YUV 49.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 59 40 71 0.17 0.44 0 0.72 276.77 0.28 0.22
Hex 3B 28 47 11 2C 0 48 115 1C 16
Octal 73 50 107 21 54 0 110 425 34 26
Binary 111011 101000 1000111 10001 101100 0 1001000 100010101 11100 10110

Color Harmonies of #3B2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2847

Black with #3B2847

Text Example


Text Example

White with #3B2847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,40,71); }

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

background-color css

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

 a { background-color: rgb(59,40,71); }

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

border-color css

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

 span { border-color: rgb(59,40,71); }

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