Html Css Color HEX #B30860 Jazzberry Jam

📋 copy color: '#B30860'

red 179 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #B30860

Tints of Jazzberry Jam #B30860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

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

R = 63.25%
G = 2.83%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B30860 (or 0xB30860) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 60. RGB value is (179,8,96). Sum of RGB (Red+Green+Blue) = 179+8+96=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B30860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30860 is #4CF79F. Grayscale: #444444. Windows color (decimal): -5044128 or 6293683. OLE color: 6293683.

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

Color convert

RGB 179 8 96 -
CMYK 0 0.96 0.46 0.30
HSL 329.12º 0.91% 0.37% -
HSV(B) 329.12º 0.96% 0.7% -
XYZ 20.79 10.6 12.02 -
YUV 69.16 143.15 206.34 -
System Red Green Blue C M Y K H S L
Decimal 179 8 96 0 0.96 0.46 0.30 329.12 0.91 0.37
Hex B3 8 60 0 60 2E 1E 149 5B 25
Octal 263 10 140 0 140 56 36 511 133 45
Binary 10110011 1000 1100000 0 1100000 101110 11110 101001001 1011011 100101

Color Harmonies of #B30860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30860

Black with #B30860

Text Example


Text Example

White with #B30860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30860; }

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

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

background-color css

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

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

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

border-color css

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

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

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