Html Css Color HEX #B31357 Jazzberry Jam

📋 copy color: '#B31357'

red 179 ◦ green 19 ◦ blue 87

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

Shades of Jazzberry Jam #B31357

Tints of Jazzberry Jam #B31357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 62.81%
G = 6.67%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B31357 (or 0xB31357) is known color: Jazzberry Jam. HEX triplet: B3, 13 and 57. RGB value is (179,19,87). Sum of RGB (Red+Green+Blue) = 179+19+87=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B31357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31357 is #4CECA8. Grayscale: #4A4A4A. Windows color (decimal): -5041321 or 5706675. OLE color: 5706675.

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

Color convert

RGB 179 19 87 -
CMYK 0 0.89 0.51 0.30
HSL 334.5º 0.81% 0.39% -
HSV(B) 334.5º 0.89% 0.7% -
XYZ 20.54 10.74 10.01 -
YUV 74.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 179 19 87 0 0.89 0.51 0.30 334.5 0.81 0.39
Hex B3 13 57 0 59 33 1E 14E 51 27
Octal 263 23 127 0 131 63 36 516 121 47
Binary 10110011 10011 1010111 0 1011001 110011 11110 101001110 1010001 100111

Color Harmonies of #B31357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31357

Black with #B31357

Text Example


Text Example

White with #B31357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31357; }

 p { color: rgb(179,19,87); }

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

background-color css

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

 a { background-color: rgb(179,19,87); }

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

border-color css

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

 span { border-color: rgb(179,19,87); }

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