Html Css Color HEX #B31765 Jazzberry Jam

📋 copy color: '#B31765'

red 179 ◦ green 23 ◦ blue 101

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

Shades of Jazzberry Jam #B31765

Tints of Jazzberry Jam #B31765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 59.08%
G = 7.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B31765 (or 0xB31765) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 65. RGB value is (179,23,101). Sum of RGB (Red+Green+Blue) = 179+23+101=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B31765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31765 is #4CE89A. Grayscale: #4E4E4E. Windows color (decimal): -5040283 or 6625203. OLE color: 6625203.

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

Color convert

RGB 179 23 101 -
CMYK 0 0.87 0.44 0.30
HSL 330º 0.77% 0.4% -
HSV(B) 330º 0.87% 0.7% -
XYZ 21.25 11.14 13.34 -
YUV 78.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 179 23 101 0 0.87 0.44 0.30 330 0.77 0.4
Hex B3 17 65 0 57 2C 1E 14A 4D 28
Octal 263 27 145 0 127 54 36 512 115 50
Binary 10110011 10111 1100101 0 1010111 101100 11110 101001010 1001101 101000

Color Harmonies of #B31765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31765

Black with #B31765

Text Example


Text Example

White with #B31765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31765; }

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

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

background-color css

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

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

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

border-color css

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

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

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