Html Css Color HEX #B31C56 Jazzberry Jam

📋 copy color: '#B31C56'

red 179 ◦ green 28 ◦ blue 86

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

Shades of Jazzberry Jam #B31C56

Tints of Jazzberry Jam #B31C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.56%

 BLUE value IS 86 (33.98% from 255) = 29.35%

R = 61.09%
G = 9.56%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B31C56 (or 0xB31C56) is known color: Jazzberry Jam. HEX triplet: B3, 1C and 56. RGB value is (179,28,86). Sum of RGB (Red+Green+Blue) = 179+28+86=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C56 is #4CE3A9. Grayscale: #4F4F4F. Windows color (decimal): -5039018 or 5643443. OLE color: 5643443.

HSL color Cylindrical-coordinate representation of color #B31C56: hue angle of 336.95º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C56 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 28 86 -
CMYK 0 0.84 0.52 0.30
HSL 336.95º 0.73% 0.41% -
HSV(B) 336.95º 0.84% 0.7% -
XYZ 20.69 11.09 9.85 -
YUV 79.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 179 28 86 0 0.84 0.52 0.30 336.95 0.73 0.41
Hex B3 1C 56 0 54 34 1E 151 49 29
Octal 263 34 126 0 124 64 36 521 111 51
Binary 10110011 11100 1010110 0 1010100 110100 11110 101010001 1001001 101001

Color Harmonies of #B31C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C56

Black with #B31C56

Text Example


Text Example

White with #B31C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C56; }

 p { color: rgb(179,28,86); }

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

background-color css

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

 a { background-color: rgb(179,28,86); }

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

border-color css

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

 span { border-color: rgb(179,28,86); }

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