Html Css Color HEX #3B2747 Jagger

📋 copy color: '#3B2747'

red 59 ◦ green 39 ◦ blue 71

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

Shades of Jagger #3B2747

Tints of Jagger #3B2747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

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

R = 34.91%
G = 23.08%
B = 42.01%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B2747 (or 0x3B2747) is known color: Jagger. HEX triplet: 3B, 27 and 47. RGB value is (59,39,71). Sum of RGB (Red+Green+Blue) = 59+39+71=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2747 is #C4D8B8. Grayscale: #303030. Windows color (decimal): -12900537 or 4663099. OLE color: 4663099.

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

Color convert

RGB 59 39 71 -
CMYK 0.17 0.45 0 0.72
HSL 277.5º 0.29% 0.22% -
HSV(B) 277.5º 0.45% 0.28% -
XYZ 3.67 2.84 6.32 -
YUV 48.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 59 39 71 0.17 0.45 0 0.72 277.5 0.29 0.22
Hex 3B 27 47 11 2D 0 48 116 1D 16
Octal 73 47 107 21 55 0 110 426 35 26
Binary 111011 100111 1000111 10001 101101 0 1001000 100010110 11101 10110

Color Harmonies of #3B2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2747

Black with #3B2747

Text Example


Text Example

White with #3B2747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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