Html Css Color HEX #B30561 Jazzberry Jam

📋 copy color: '#B30561'

red 179 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #B30561

Tints of Jazzberry Jam #B30561

RGB

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

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

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

R = 63.7%
G = 1.78%
B = 34.52%

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

#B30561 (or 0xB30561) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 61. RGB value is (179,5,97). Sum of RGB (Red+Green+Blue) = 179+5+97=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B30561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30561 is #4CFA9E. Grayscale: #434343. Windows color (decimal): -5044895 or 6358451. OLE color: 6358451.

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

Color convert

RGB 179 5 97 -
CMYK 0 0.97 0.46 0.30
HSL 328.28º 0.95% 0.36% -
HSV(B) 328.28º 0.97% 0.7% -
XYZ 20.8 10.56 12.25 -
YUV 67.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 179 5 97 0 0.97 0.46 0.30 328.28 0.95 0.36
Hex B3 5 61 0 61 2E 1E 148 5F 24
Octal 263 5 141 0 141 56 36 510 137 44
Binary 10110011 101 1100001 0 1100001 101110 11110 101001000 1011111 100100

Color Harmonies of #B30561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30561

Black with #B30561

Text Example


Text Example

White with #B30561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30561; }

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

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

background-color css

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

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

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

border-color css

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

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

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