Html Css Color HEX #B31752 Jazzberry Jam

📋 copy color: '#B31752'

red 179 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #B31752

Tints of Jazzberry Jam #B31752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.87%

R = 63.03%
G = 8.1%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B31752 (or 0xB31752) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 52. RGB value is (179,23,82). Sum of RGB (Red+Green+Blue) = 179+23+82=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B31752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31752 is #4CE8AD. Grayscale: #4C4C4C. Windows color (decimal): -5040302 or 5380019. OLE color: 5380019.

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

Color convert

RGB 179 23 82 -
CMYK 0 0.87 0.54 0.30
HSL 337.31º 0.77% 0.4% -
HSV(B) 337.31º 0.87% 0.7% -
XYZ 20.42 10.81 8.99 -
YUV 76.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 179 23 82 0 0.87 0.54 0.30 337.31 0.77 0.4
Hex B3 17 52 0 57 36 1E 151 4D 28
Octal 263 27 122 0 127 66 36 521 115 50
Binary 10110011 10111 1010010 0 1010111 110110 11110 101010001 1001101 101000

Color Harmonies of #B31752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31752

Black with #B31752

Text Example


Text Example

White with #B31752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31752; }

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

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

background-color css

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

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

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

border-color css

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

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

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