Html Css Color HEX #B30F73 Jazzberry Jam

📋 copy color: '#B30F73'

red 179 ◦ green 15 ◦ blue 115

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

Shades of Jazzberry Jam #B30F73

Tints of Jazzberry Jam #B30F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 57.93%
G = 4.85%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30F73 (or 0xB30F73) is known color: Jazzberry Jam. HEX triplet: B3, 0F and 73. RGB value is (179,15,115). Sum of RGB (Red+Green+Blue) = 179+15+115=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F73 is #4CF08C. Grayscale: #4B4B4B. Windows color (decimal): -5042317 or 7540659. OLE color: 7540659.

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

Color convert

RGB 179 15 115 -
CMYK 0 0.92 0.36 0.30
HSL 323.41º 0.85% 0.38% -
HSV(B) 323.41º 0.92% 0.7% -
XYZ 21.86 11.16 17.22 -
YUV 75.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 179 15 115 0 0.92 0.36 0.30 323.41 0.85 0.38
Hex B3 F 73 0 5C 24 1E 143 55 26
Octal 263 17 163 0 134 44 36 503 125 46
Binary 10110011 1111 1110011 0 1011100 100100 11110 101000011 1010101 100110

Color Harmonies of #B30F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F73

Black with #B30F73

Text Example


Text Example

White with #B30F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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