Html Css Color HEX #B31059 Jazzberry Jam

📋 copy color: '#B31059'

red 179 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #B31059

Tints of Jazzberry Jam #B31059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

 BLUE value IS 89 (35.16% from 255) = 31.34%

R = 63.03%
G = 5.63%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B31059 (or 0xB31059) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 59. RGB value is (179,16,89). Sum of RGB (Red+Green+Blue) = 179+16+89=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B31059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31059 is #4CEFA6. Grayscale: #484848. Windows color (decimal): -5042087 or 5836979. OLE color: 5836979.

HSL color Cylindrical-coordinate representation of color #B31059: hue angle of 333.13º degrees, saturation: 0.84, 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 #B31059 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 89 -
CMYK 0 0.91 0.50 0.30
HSL 333.13º 0.84% 0.38% -
HSV(B) 333.13º 0.91% 0.7% -
XYZ 20.58 10.68 10.43 -
YUV 73.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 179 16 89 0 0.91 0.50 0.30 333.13 0.84 0.38
Hex B3 10 59 0 5B 32 1E 14D 54 26
Octal 263 20 131 0 133 62 36 515 124 46
Binary 10110011 10000 1011001 0 1011011 110010 11110 101001101 1010100 100110

Color Harmonies of #B31059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31059

Black with #B31059

Text Example


Text Example

White with #B31059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31059; }

 p { color: rgb(179,16,89); }

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

background-color css

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

 a { background-color: rgb(179,16,89); }

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

border-color css

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

 span { border-color: rgb(179,16,89); }

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