Html Css Color HEX #B30949 Jazzberry Jam

📋 copy color: '#B30949'

red 179 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #B30949

Tints of Jazzberry Jam #B30949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

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

R = 68.58%
G = 3.45%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B30949 (or 0xB30949) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 49. RGB value is (179,9,73). Sum of RGB (Red+Green+Blue) = 179+9+73=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B30949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30949 is #4CF6B6. Grayscale: #434343. Windows color (decimal): -5043895 or 4786611. OLE color: 4786611.

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

Color convert

RGB 179 9 73 -
CMYK 0 0.95 0.59 0.30
HSL 337.41º 0.9% 0.37% -
HSV(B) 337.41º 0.95% 0.7% -
XYZ 19.89 10.26 7.24 -
YUV 67.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 179 9 73 0 0.95 0.59 0.30 337.41 0.9 0.37
Hex B3 9 49 0 5F 3B 1E 151 5A 25
Octal 263 11 111 0 137 73 36 521 132 45
Binary 10110011 1001 1001001 0 1011111 111011 11110 101010001 1011010 100101

Color Harmonies of #B30949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30949

Black with #B30949

Text Example


Text Example

White with #B30949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30949; }

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

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

background-color css

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

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

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

border-color css

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

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

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