Html Css Color HEX #B31551 Jazzberry Jam

📋 copy color: '#B31551'

red 179 ◦ green 21 ◦ blue 81

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

Shades of Jazzberry Jam #B31551

Tints of Jazzberry Jam #B31551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.47%

 BLUE value IS 81 (32.03% from 255) = 28.83%

R = 63.7%
G = 7.47%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B31551 (or 0xB31551) is known color: Jazzberry Jam. HEX triplet: B3, 15 and 51. RGB value is (179,21,81). Sum of RGB (Red+Green+Blue) = 179+21+81=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B31551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31551 is #4CEAAE. Grayscale: #4A4A4A. Windows color (decimal): -5040815 or 5313971. OLE color: 5313971.

HSL color Cylindrical-coordinate representation of color #B31551: hue angle of 337.22º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31551 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 21 81 -
CMYK 0 0.88 0.55 0.30
HSL 337.22º 0.79% 0.39% -
HSV(B) 337.22º 0.88% 0.7% -
XYZ 20.34 10.71 8.78 -
YUV 75.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 179 21 81 0 0.88 0.55 0.30 337.22 0.79 0.39
Hex B3 15 51 0 58 37 1E 151 4F 27
Octal 263 25 121 0 130 67 36 521 117 47
Binary 10110011 10101 1010001 0 1011000 110111 11110 101010001 1001111 100111

Color Harmonies of #B31551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31551

Black with #B31551

Text Example


Text Example

White with #B31551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31551; }

 p { color: rgb(179,21,81); }

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

background-color css

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

 a { background-color: rgb(179,21,81); }

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

border-color css

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

 span { border-color: rgb(179,21,81); }

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