Html Css Color HEX #B30649 Jazzberry Jam

📋 copy color: '#B30649'

red 179 ◦ green 6 ◦ blue 73

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

Shades of Jazzberry Jam #B30649

Tints of Jazzberry Jam #B30649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 69.38%
G = 2.33%
B = 28.29%

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

#B30649 (or 0xB30649) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 49. RGB value is (179,6,73). Sum of RGB (Red+Green+Blue) = 179+6+73=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B30649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30649 is #4CF9B6. Grayscale: #414141. Windows color (decimal): -5044663 or 4785843. OLE color: 4785843.

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

Color convert

RGB 179 6 73 -
CMYK 0 0.97 0.59 0.30
HSL 336.76º 0.94% 0.36% -
HSV(B) 336.76º 0.97% 0.7% -
XYZ 19.86 10.19 7.22 -
YUV 65.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 179 6 73 0 0.97 0.59 0.30 336.76 0.94 0.36
Hex B3 6 49 0 61 3B 1E 151 5E 24
Octal 263 6 111 0 141 73 36 521 136 44
Binary 10110011 110 1001001 0 1100001 111011 11110 101010001 1011110 100100

Color Harmonies of #B30649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30649

Black with #B30649

Text Example


Text Example

White with #B30649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30649; }

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

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

background-color css

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

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

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

border-color css

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

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

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