Html Css Color HEX #B30549 Jazzberry Jam

📋 copy color: '#B30549'

red 179 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #B30549

Tints of Jazzberry Jam #B30549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 69.65%
G = 1.95%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B30549 (or 0xB30549) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 49. RGB value is (179,5,73). Sum of RGB (Red+Green+Blue) = 179+5+73=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B30549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30549 is #4CFAB6. Grayscale: #404040. Windows color (decimal): -5044919 or 4785587. OLE color: 4785587.

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

Color convert

RGB 179 5 73 -
CMYK 0 0.97 0.59 0.30
HSL 336.55º 0.95% 0.36% -
HSV(B) 336.55º 0.97% 0.7% -
XYZ 19.85 10.17 7.22 -
YUV 64.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 179 5 73 0 0.97 0.59 0.30 336.55 0.95 0.36
Hex B3 5 49 0 61 3B 1E 151 5F 24
Octal 263 5 111 0 141 73 36 521 137 44
Binary 10110011 101 1001001 0 1100001 111011 11110 101010001 1011111 100100

Color Harmonies of #B30549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30549

Black with #B30549

Text Example


Text Example

White with #B30549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30549; }

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

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

background-color css

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

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

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

border-color css

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

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

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