Html Css Color HEX #3B2347 Jagger

📋 copy color: '#3B2347'

red 59 ◦ green 35 ◦ blue 71

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

Shades of Jagger #3B2347

Tints of Jagger #3B2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

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

R = 35.76%
G = 21.21%
B = 43.03%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B2347 (or 0x3B2347) is known color: Jagger. HEX triplet: 3B, 23 and 47. RGB value is (59,35,71). Sum of RGB (Red+Green+Blue) = 59+35+71=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2347 is #C4DCB8. Grayscale: #2E2E2E. Windows color (decimal): -12901561 or 4662075. OLE color: 4662075.

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

Color convert

RGB 59 35 71 -
CMYK 0.17 0.51 0 0.72
HSL 280º 0.34% 0.21% -
HSV(B) 280º 0.51% 0.28% -
XYZ 3.54 2.59 6.27 -
YUV 46.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 59 35 71 0.17 0.51 0 0.72 280 0.34 0.21
Hex 3B 23 47 11 33 0 48 118 22 15
Octal 73 43 107 21 63 0 110 430 42 25
Binary 111011 100011 1000111 10001 110011 0 1001000 100011000 100010 10101

Color Harmonies of #3B2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2347

Black with #3B2347

Text Example


Text Example

White with #3B2347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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