Html Css Color HEX #B30F50 Jazzberry Jam

📋 copy color: '#B30F50'

red 179 ◦ green 15 ◦ blue 80

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

Shades of Jazzberry Jam #B30F50

Tints of Jazzberry Jam #B30F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.47%

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

R = 65.33%
G = 5.47%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B30F50 (or 0xB30F50) is known color: Jazzberry Jam. HEX triplet: B3, 0F and 50. RGB value is (179,15,80). Sum of RGB (Red+Green+Blue) = 179+15+80=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F50 is #4CF0AF. Grayscale: #474747. Windows color (decimal): -5042352 or 5246899. OLE color: 5246899.

HSL color Cylindrical-coordinate representation of color #B30F50: hue angle of 336.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F50 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 15 80 -
CMYK 0 0.92 0.55 0.30
HSL 336.22º 0.85% 0.38% -
HSV(B) 336.22º 0.92% 0.7% -
XYZ 20.21 10.5 8.55 -
YUV 71.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 179 15 80 0 0.92 0.55 0.30 336.22 0.85 0.38
Hex B3 F 50 0 5C 37 1E 150 55 26
Octal 263 17 120 0 134 67 36 520 125 46
Binary 10110011 1111 1010000 0 1011100 110111 11110 101010000 1010101 100110

Color Harmonies of #B30F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F50

Black with #B30F50

Text Example


Text Example

White with #B30F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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