Html Css Color HEX #B32161 Jazzberry Jam

📋 copy color: '#B32161'

red 179 ◦ green 33 ◦ blue 97

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

Shades of Jazzberry Jam #B32161

Tints of Jazzberry Jam #B32161

RGB

 RED value IS 179 (70.31% from 255) = 57.93%

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 57.93%
G = 10.68%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B32161 (or 0xB32161) is known color: Jazzberry Jam. HEX triplet: B3, 21 and 61. RGB value is (179,33,97). Sum of RGB (Red+Green+Blue) = 179+33+97=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B32161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32161 is #4CDE9E. Grayscale: #535353. Windows color (decimal): -5037727 or 6365619. OLE color: 6365619.

HSL color Cylindrical-coordinate representation of color #B32161: hue angle of 333.7º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32161 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 33 97 -
CMYK 0 0.82 0.46 0.30
HSL 333.7º 0.69% 0.42% -
HSV(B) 333.7º 0.82% 0.7% -
XYZ 21.29 11.53 12.41 -
YUV 83.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 179 33 97 0 0.82 0.46 0.30 333.7 0.69 0.42
Hex B3 21 61 0 52 2E 1E 14E 45 2A
Octal 263 41 141 0 122 56 36 516 105 52
Binary 10110011 100001 1100001 0 1010010 101110 11110 101001110 1000101 101010

Color Harmonies of #B32161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32161

Black with #B32161

Text Example


Text Example

White with #B32161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32161; }

 p { color: rgb(179,33,97); }

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

background-color css

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

 a { background-color: rgb(179,33,97); }

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

border-color css

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

 span { border-color: rgb(179,33,97); }

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