Html Css Color HEX #B31063 Jazzberry Jam

📋 copy color: '#B31063'

red 179 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #B31063

Tints of Jazzberry Jam #B31063

RGB

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

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

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

R = 60.88%
G = 5.44%
B = 33.67%

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

#B31063 (or 0xB31063) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 63. RGB value is (179,16,99). Sum of RGB (Red+Green+Blue) = 179+16+99=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B31063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31063 is #4CEF9C. Grayscale: #4A4A4A. Windows color (decimal): -5042077 or 6492339. OLE color: 6492339.

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

Color convert

RGB 179 16 99 -
CMYK 0 0.91 0.45 0.30
HSL 329.45º 0.84% 0.38% -
HSV(B) 329.45º 0.91% 0.7% -
XYZ 21.03 10.86 12.79 -
YUV 74.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 179 16 99 0 0.91 0.45 0.30 329.45 0.84 0.38
Hex B3 10 63 0 5B 2D 1E 149 54 26
Octal 263 20 143 0 133 55 36 511 124 46
Binary 10110011 10000 1100011 0 1011011 101101 11110 101001001 1010100 100110

Color Harmonies of #B31063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31063

Black with #B31063

Text Example


Text Example

White with #B31063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31063; }

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

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

background-color css

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

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

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

border-color css

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

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

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