Html Css Color HEX #B30F62 Jazzberry Jam

📋 copy color: '#B30F62'

red 179 ◦ green 15 ◦ blue 98

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

Shades of Jazzberry Jam #B30F62

Tints of Jazzberry Jam #B30F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 61.3%
G = 5.14%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B30F62 (or 0xB30F62) is known color: Jazzberry Jam. HEX triplet: B3, 0F and 62. RGB value is (179,15,98). Sum of RGB (Red+Green+Blue) = 179+15+98=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F62 is #4CF09D. Grayscale: #494949. Windows color (decimal): -5042334 or 6426547. OLE color: 6426547.

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

Color convert

RGB 179 15 98 -
CMYK 0 0.92 0.45 0.30
HSL 329.63º 0.85% 0.38% -
HSV(B) 329.63º 0.92% 0.7% -
XYZ 20.97 10.81 12.54 -
YUV 73.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 179 15 98 0 0.92 0.45 0.30 329.63 0.85 0.38
Hex B3 F 62 0 5C 2D 1E 14A 55 26
Octal 263 17 142 0 134 55 36 512 125 46
Binary 10110011 1111 1100010 0 1011100 101101 11110 101001010 1010101 100110

Color Harmonies of #B30F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F62

Black with #B30F62

Text Example


Text Example

White with #B30F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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