Html Css Color HEX #B30749 Jazzberry Jam

📋 copy color: '#B30749'

red 179 ◦ green 7 ◦ blue 73

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

Shades of Jazzberry Jam #B30749

Tints of Jazzberry Jam #B30749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

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

R = 69.11%
G = 2.7%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B30749 (or 0xB30749) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 49. RGB value is (179,7,73). Sum of RGB (Red+Green+Blue) = 179+7+73=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B30749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30749 is #4CF8B6. Grayscale: #414141. Windows color (decimal): -5044407 or 4786099. OLE color: 4786099.

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

Color convert

RGB 179 7 73 -
CMYK 0 0.96 0.59 0.30
HSL 336.98º 0.92% 0.36% -
HSV(B) 336.98º 0.96% 0.7% -
XYZ 19.87 10.22 7.23 -
YUV 65.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 179 7 73 0 0.96 0.59 0.30 336.98 0.92 0.36
Hex B3 7 49 0 60 3B 1E 151 5C 24
Octal 263 7 111 0 140 73 36 521 134 44
Binary 10110011 111 1001001 0 1100000 111011 11110 101010001 1011100 100100

Color Harmonies of #B30749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30749

Black with #B30749

Text Example


Text Example

White with #B30749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30749; }

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

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

background-color css

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

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

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

border-color css

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

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

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