Html Css Color HEX #B31763 Jazzberry Jam

📋 copy color: '#B31763'

red 179 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #B31763

Tints of Jazzberry Jam #B31763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.64%

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

R = 59.47%
G = 7.64%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B31763 (or 0xB31763) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 63. RGB value is (179,23,99). Sum of RGB (Red+Green+Blue) = 179+23+99=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B31763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31763 is #4CE89C. Grayscale: #4E4E4E. Windows color (decimal): -5040285 or 6494131. OLE color: 6494131.

HSL color Cylindrical-coordinate representation of color #B31763: hue angle of 330.77º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31763 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 99 -
CMYK 0 0.87 0.45 0.30
HSL 330.77º 0.77% 0.4% -
HSV(B) 330.77º 0.87% 0.7% -
XYZ 21.15 11.1 12.83 -
YUV 78.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 179 23 99 0 0.87 0.45 0.30 330.77 0.77 0.4
Hex B3 17 63 0 57 2D 1E 14B 4D 28
Octal 263 27 143 0 127 55 36 513 115 50
Binary 10110011 10111 1100011 0 1010111 101101 11110 101001011 1001101 101000

Color Harmonies of #B31763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31763

Black with #B31763

Text Example


Text Example

White with #B31763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31763; }

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

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

background-color css

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

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

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

border-color css

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

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

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