Html Css Color HEX #B31163 Jazzberry Jam

📋 copy color: '#B31163'

red 179 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #B31163

Tints of Jazzberry Jam #B31163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 60.68%
G = 5.76%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B31163 (or 0xB31163) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 63. RGB value is (179,17,99). Sum of RGB (Red+Green+Blue) = 179+17+99=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B31163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31163 is #4CEE9C. Grayscale: #4A4A4A. Windows color (decimal): -5041821 or 6492595. OLE color: 6492595.

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

Color convert

RGB 179 17 99 -
CMYK 0 0.91 0.45 0.30
HSL 329.63º 0.83% 0.38% -
HSV(B) 329.63º 0.91% 0.7% -
XYZ 21.04 10.89 12.8 -
YUV 74.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 179 17 99 0 0.91 0.45 0.30 329.63 0.83 0.38
Hex B3 11 63 0 5B 2D 1E 14A 53 26
Octal 263 21 143 0 133 55 36 512 123 46
Binary 10110011 10001 1100011 0 1011011 101101 11110 101001010 1010011 100110

Color Harmonies of #B31163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31163

Black with #B31163

Text Example


Text Example

White with #B31163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31163; }

 p { color: rgb(179,17,99); }

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

background-color css

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

 a { background-color: rgb(179,17,99); }

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

border-color css

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

 span { border-color: rgb(179,17,99); }

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