Html Css Color HEX #B30756 Jazzberry Jam

📋 copy color: '#B30756'

red 179 ◦ green 7 ◦ blue 86

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

Shades of Jazzberry Jam #B30756

Tints of Jazzberry Jam #B30756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

 BLUE value IS 86 (33.98% from 255) = 31.62%

R = 65.81%
G = 2.57%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B30756 (or 0xB30756) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 56. RGB value is (179,7,86). Sum of RGB (Red+Green+Blue) = 179+7+86=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B30756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30756 is #4CF8A9. Grayscale: #434343. Windows color (decimal): -5044394 or 5638067. OLE color: 5638067.

HSL color Cylindrical-coordinate representation of color #B30756: hue angle of 332.44º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30756 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 86 -
CMYK 0 0.96 0.52 0.30
HSL 332.44º 0.92% 0.36% -
HSV(B) 332.44º 0.96% 0.7% -
XYZ 20.35 10.41 9.74 -
YUV 67.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 179 7 86 0 0.96 0.52 0.30 332.44 0.92 0.36
Hex B3 7 56 0 60 34 1E 14C 5C 24
Octal 263 7 126 0 140 64 36 514 134 44
Binary 10110011 111 1010110 0 1100000 110100 11110 101001100 1011100 100100

Color Harmonies of #B30756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30756

Black with #B30756

Text Example


Text Example

White with #B30756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30756; }

 p { color: rgb(179,7,86); }

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

background-color css

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

 a { background-color: rgb(179,7,86); }

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

border-color css

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

 span { border-color: rgb(179,7,86); }

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