Html Css Color HEX #B30560 Jazzberry Jam

📋 copy color: '#B30560'

red 179 ◦ green 5 ◦ blue 96

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

Shades of Jazzberry Jam #B30560

Tints of Jazzberry Jam #B30560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 63.93%
G = 1.79%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B30560 (or 0xB30560) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 60. RGB value is (179,5,96). Sum of RGB (Red+Green+Blue) = 179+5+96=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B30560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30560 is #4CFA9F. Grayscale: #434343. Windows color (decimal): -5044896 or 6292915. OLE color: 6292915.

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

Color convert

RGB 179 5 96 -
CMYK 0 0.97 0.46 0.30
HSL 328.62º 0.95% 0.36% -
HSV(B) 328.62º 0.97% 0.7% -
XYZ 20.76 10.54 12.01 -
YUV 67.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 179 5 96 0 0.97 0.46 0.30 328.62 0.95 0.36
Hex B3 5 60 0 61 2E 1E 149 5F 24
Octal 263 5 140 0 141 56 36 511 137 44
Binary 10110011 101 1100000 0 1100001 101110 11110 101001001 1011111 100100

Color Harmonies of #B30560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30560

Black with #B30560

Text Example


Text Example

White with #B30560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30560; }

 p { color: rgb(179,5,96); }

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

background-color css

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

 a { background-color: rgb(179,5,96); }

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

border-color css

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

 span { border-color: rgb(179,5,96); }

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