Html Css Color HEX #B31758 Jazzberry Jam

📋 copy color: '#B31758'

red 179 ◦ green 23 ◦ blue 88

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

Shades of Jazzberry Jam #B31758

Tints of Jazzberry Jam #B31758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 61.72%
G = 7.93%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B31758 (or 0xB31758) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 58. RGB value is (179,23,88). Sum of RGB (Red+Green+Blue) = 179+23+88=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B31758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31758 is #4CE8A7. Grayscale: #4C4C4C. Windows color (decimal): -5040296 or 5773235. OLE color: 5773235.

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

Color convert

RGB 179 23 88 -
CMYK 0 0.87 0.51 0.30
HSL 335º 0.77% 0.4% -
HSV(B) 335º 0.87% 0.7% -
XYZ 20.66 10.9 10.25 -
YUV 77.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 179 23 88 0 0.87 0.51 0.30 335 0.77 0.4
Hex B3 17 58 0 57 33 1E 14F 4D 28
Octal 263 27 130 0 127 63 36 517 115 50
Binary 10110011 10111 1011000 0 1010111 110011 11110 101001111 1001101 101000

Color Harmonies of #B31758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31758

Black with #B31758

Text Example


Text Example

White with #B31758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31758; }

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

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

background-color css

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

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

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

border-color css

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

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

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