Html Css Color HEX #B30F54 Jazzberry Jam

📋 copy color: '#B30F54'

red 179 ◦ green 15 ◦ blue 84

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

Shades of Jazzberry Jam #B30F54

Tints of Jazzberry Jam #B30F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 64.39%
G = 5.4%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B30F54 (or 0xB30F54) is known color: Jazzberry Jam. HEX triplet: B3, 0F and 54. RGB value is (179,15,84). Sum of RGB (Red+Green+Blue) = 179+15+84=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F54 is #4CF0AB. Grayscale: #474747. Windows color (decimal): -5042348 or 5509043. OLE color: 5509043.

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

Color convert

RGB 179 15 84 -
CMYK 0 0.92 0.53 0.30
HSL 334.76º 0.85% 0.38% -
HSV(B) 334.76º 0.92% 0.7% -
XYZ 20.36 10.57 9.35 -
YUV 71.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 179 15 84 0 0.92 0.53 0.30 334.76 0.85 0.38
Hex B3 F 54 0 5C 35 1E 14F 55 26
Octal 263 17 124 0 134 65 36 517 125 46
Binary 10110011 1111 1010100 0 1011100 110101 11110 101001111 1010101 100110

Color Harmonies of #B30F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F54

Black with #B30F54

Text Example


Text Example

White with #B30F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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