Html Css Color HEX #B30550 Jazzberry Jam

📋 copy color: '#B30550'

red 179 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #B30550

Tints of Jazzberry Jam #B30550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 67.8%
G = 1.89%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B30550 (or 0xB30550) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 50. RGB value is (179,5,80). Sum of RGB (Red+Green+Blue) = 179+5+80=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B30550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30550 is #4CFAAF. Grayscale: #414141. Windows color (decimal): -5044912 or 5244339. OLE color: 5244339.

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

Color convert

RGB 179 5 80 -
CMYK 0 0.97 0.55 0.30
HSL 334.14º 0.95% 0.36% -
HSV(B) 334.14º 0.97% 0.7% -
XYZ 20.09 10.27 8.51 -
YUV 65.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 179 5 80 0 0.97 0.55 0.30 334.14 0.95 0.36
Hex B3 5 50 0 61 37 1E 14E 5F 24
Octal 263 5 120 0 141 67 36 516 137 44
Binary 10110011 101 1010000 0 1100001 110111 11110 101001110 1011111 100100

Color Harmonies of #B30550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30550

Black with #B30550

Text Example


Text Example

White with #B30550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30550; }

 p { color: rgb(179,5,80); }

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

background-color css

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

 a { background-color: rgb(179,5,80); }

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

border-color css

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

 span { border-color: rgb(179,5,80); }

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