Html Css Color HEX #3B2048 Jagger

📋 copy color: '#3B2048'

red 59 ◦ green 32 ◦ blue 72

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

Shades of Jagger #3B2048

Tints of Jagger #3B2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 36.2%
G = 19.63%
B = 44.17%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B2048 (or 0x3B2048) is known color: Jagger. HEX triplet: 3B, 20 and 48. RGB value is (59,32,72). Sum of RGB (Red+Green+Blue) = 59+32+72=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B2048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2048 is #C4DFB7. Grayscale: #2C2C2C. Windows color (decimal): -12902328 or 4726843. OLE color: 4726843.

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

Color convert

RGB 59 32 72 -
CMYK 0.18 0.56 0 0.72
HSL 280.5º 0.38% 0.2% -
HSV(B) 280.5º 0.56% 0.28% -
XYZ 3.49 2.43 6.42 -
YUV 44.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 59 32 72 0.18 0.56 0 0.72 280.5 0.38 0.2
Hex 3B 20 48 12 38 0 48 118 26 14
Octal 73 40 110 22 70 0 110 430 46 24
Binary 111011 100000 1001000 10010 111000 0 1001000 100011000 100110 10100

Color Harmonies of #3B2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2048

Black with #3B2048

Text Example


Text Example

White with #3B2048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,32,72); }

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

background-color css

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

 a { background-color: rgb(59,32,72); }

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

border-color css

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

 span { border-color: rgb(59,32,72); }

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