Html Css Color HEX #B30B71 Jazzberry Jam

📋 copy color: '#B30B71'

red 179 ◦ green 11 ◦ blue 113

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

Shades of Jazzberry Jam #B30B71

Tints of Jazzberry Jam #B30B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 59.08%
G = 3.63%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30B71 (or 0xB30B71) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 71. RGB value is (179,11,113). Sum of RGB (Red+Green+Blue) = 179+11+113=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B71 is #4CF48E. Grayscale: #484848. Windows color (decimal): -5043343 or 7408563. OLE color: 7408563.

HSL color Cylindrical-coordinate representation of color #B30B71: hue angle of 323.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B71 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 11 113 -
CMYK 0 0.94 0.37 0.30
HSL 323.57º 0.88% 0.37% -
HSV(B) 323.57º 0.94% 0.7% -
XYZ 21.69 11.02 16.61 -
YUV 72.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 179 11 113 0 0.94 0.37 0.30 323.57 0.88 0.37
Hex B3 B 71 0 5E 25 1E 144 58 25
Octal 263 13 161 0 136 45 36 504 130 45
Binary 10110011 1011 1110001 0 1011110 100101 11110 101000100 1011000 100101

Color Harmonies of #B30B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B71

Black with #B30B71

Text Example


Text Example

White with #B30B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B71; }

 p { color: rgb(179,11,113); }

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

background-color css

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

 a { background-color: rgb(179,11,113); }

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

border-color css

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

 span { border-color: rgb(179,11,113); }

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