Html Css Color HEX #B31160 Jazzberry Jam

📋 copy color: '#B31160'

red 179 ◦ green 17 ◦ blue 96

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

Shades of Jazzberry Jam #B31160

Tints of Jazzberry Jam #B31160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.82%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 61.3%
G = 5.82%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B31160 (or 0xB31160) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 60. RGB value is (179,17,96). Sum of RGB (Red+Green+Blue) = 179+17+96=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B31160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31160 is #4CEE9F. Grayscale: #4A4A4A. Windows color (decimal): -5041824 or 6295987. OLE color: 6295987.

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

Color convert

RGB 179 17 96 -
CMYK 0 0.91 0.46 0.30
HSL 330.74º 0.83% 0.38% -
HSV(B) 330.74º 0.91% 0.7% -
XYZ 20.9 10.83 12.05 -
YUV 74.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 179 17 96 0 0.91 0.46 0.30 330.74 0.83 0.38
Hex B3 11 60 0 5B 2E 1E 14B 53 26
Octal 263 21 140 0 133 56 36 513 123 46
Binary 10110011 10001 1100000 0 1011011 101110 11110 101001011 1010011 100110

Color Harmonies of #B31160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31160

Black with #B31160

Text Example


Text Example

White with #B31160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31160; }

 p { color: rgb(179,17,96); }

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

background-color css

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

 a { background-color: rgb(179,17,96); }

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

border-color css

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

 span { border-color: rgb(179,17,96); }

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