Html Css Color HEX #B31B60 Jazzberry Jam

📋 copy color: '#B31B60'

red 179 ◦ green 27 ◦ blue 96

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

Shades of Jazzberry Jam #B31B60

Tints of Jazzberry Jam #B31B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.94%

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

R = 59.27%
G = 8.94%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B31B60 (or 0xB31B60) is known color: Jazzberry Jam. HEX triplet: B3, 1B and 60. RGB value is (179,27,96). Sum of RGB (Red+Green+Blue) = 179+27+96=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31B60 is #4CE49F. Grayscale: #505050. Windows color (decimal): -5039264 or 6298547. OLE color: 6298547.

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

Color convert

RGB 179 27 96 -
CMYK 0 0.85 0.46 0.30
HSL 332.76º 0.74% 0.4% -
HSV(B) 332.76º 0.85% 0.7% -
XYZ 21.09 11.21 12.12 -
YUV 80.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 179 27 96 0 0.85 0.46 0.30 332.76 0.74 0.4
Hex B3 1B 60 0 55 2E 1E 14D 4A 28
Octal 263 33 140 0 125 56 36 515 112 50
Binary 10110011 11011 1100000 0 1010101 101110 11110 101001101 1001010 101000

Color Harmonies of #B31B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B60

Black with #B31B60

Text Example


Text Example

White with #B31B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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