Html Css Color HEX #3B2C47 Jagger

📋 copy color: '#3B2C47'

red 59 ◦ green 44 ◦ blue 71

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

Shades of Jagger #3B2C47

Tints of Jagger #3B2C47

RGB

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

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

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

R = 33.91%
G = 25.29%
B = 40.8%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B2C47 (or 0x3B2C47) is known color: Jagger. HEX triplet: 3B, 2C and 47. RGB value is (59,44,71). Sum of RGB (Red+Green+Blue) = 59+44+71=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B2C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C47 is #C4D3B8. Grayscale: #333333. Windows color (decimal): -12899257 or 4664379. OLE color: 4664379.

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

Color convert

RGB 59 44 71 -
CMYK 0.17 0.38 0 0.72
HSL 273.33º 0.23% 0.23% -
HSV(B) 273.33º 0.38% 0.28% -
XYZ 3.84 3.19 6.37 -
YUV 51.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 59 44 71 0.17 0.38 0 0.72 273.33 0.23 0.23
Hex 3B 2C 47 11 26 0 48 111 17 17
Octal 73 54 107 21 46 0 110 421 27 27
Binary 111011 101100 1000111 10001 100110 0 1001000 100010001 10111 10111

Color Harmonies of #3B2C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C47

Black with #3B2C47

Text Example


Text Example

White with #3B2C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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