Html Css Color HEX #B30449 Jazzberry Jam

📋 copy color: '#B30449'

red 179 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #B30449

Tints of Jazzberry Jam #B30449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 69.92%
G = 1.56%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B30449 (or 0xB30449) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 49. RGB value is (179,4,73). Sum of RGB (Red+Green+Blue) = 179+4+73=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B30449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30449 is #4CFBB6. Grayscale: #404040. Windows color (decimal): -5045175 or 4785331. OLE color: 4785331.

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

Color convert

RGB 179 4 73 -
CMYK 0 0.98 0.59 0.30
HSL 336.34º 0.96% 0.36% -
HSV(B) 336.34º 0.98% 0.7% -
XYZ 19.84 10.15 7.22 -
YUV 64.19 132.98 209.89 -
System Red Green Blue C M Y K H S L
Decimal 179 4 73 0 0.98 0.59 0.30 336.34 0.96 0.36
Hex B3 4 49 0 62 3B 1E 150 60 24
Octal 263 4 111 0 142 73 36 520 140 44
Binary 10110011 100 1001001 0 1100010 111011 11110 101010000 1100000 100100

Color Harmonies of #B30449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30449

Black with #B30449

Text Example


Text Example

White with #B30449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30449; }

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

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

background-color css

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

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

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

border-color css

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

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

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