Html Css Color HEX #B30861 Jazzberry Jam

📋 copy color: '#B30861'

red 179 ◦ green 8 ◦ blue 97

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

Shades of Jazzberry Jam #B30861

Tints of Jazzberry Jam #B30861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 63.03%
G = 2.82%
B = 34.15%

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

#B30861 (or 0xB30861) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 61. RGB value is (179,8,97). Sum of RGB (Red+Green+Blue) = 179+8+97=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30861 is #4CF79E. Grayscale: #454545. Windows color (decimal): -5044127 or 6359219. OLE color: 6359219.

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

Color convert

RGB 179 8 97 -
CMYK 0 0.96 0.46 0.30
HSL 328.77º 0.91% 0.37% -
HSV(B) 328.77º 0.96% 0.7% -
XYZ 20.83 10.62 12.26 -
YUV 69.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 179 8 97 0 0.96 0.46 0.30 328.77 0.91 0.37
Hex B3 8 61 0 60 2E 1E 149 5B 25
Octal 263 10 141 0 140 56 36 511 133 45
Binary 10110011 1000 1100001 0 1100000 101110 11110 101001001 1011011 100101

Color Harmonies of #B30861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30861

Black with #B30861

Text Example


Text Example

White with #B30861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30861; }

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

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

background-color css

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

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

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

border-color css

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

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

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