Html Css Color HEX #B30849 Jazzberry Jam

📋 copy color: '#B30849'

red 179 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #B30849

Tints of Jazzberry Jam #B30849

RGB

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

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

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

R = 68.85%
G = 3.08%
B = 28.08%

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

#B30849 (or 0xB30849) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 49. RGB value is (179,8,73). Sum of RGB (Red+Green+Blue) = 179+8+73=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B30849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30849 is #4CF7B6. Grayscale: #424242. Windows color (decimal): -5044151 or 4786355. OLE color: 4786355.

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

Color convert

RGB 179 8 73 -
CMYK 0 0.96 0.59 0.30
HSL 337.19º 0.91% 0.37% -
HSV(B) 337.19º 0.96% 0.7% -
XYZ 19.88 10.24 7.23 -
YUV 66.54 131.65 208.21 -
System Red Green Blue C M Y K H S L
Decimal 179 8 73 0 0.96 0.59 0.30 337.19 0.91 0.37
Hex B3 8 49 0 60 3B 1E 151 5B 25
Octal 263 10 111 0 140 73 36 521 133 45
Binary 10110011 1000 1001001 0 1100000 111011 11110 101010001 1011011 100101

Color Harmonies of #B30849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30849

Black with #B30849

Text Example


Text Example

White with #B30849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30849; }

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

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

background-color css

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

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

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

border-color css

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

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

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