Html Css Color HEX #B30B52 Jazzberry Jam

📋 copy color: '#B30B52'

red 179 ◦ green 11 ◦ blue 82

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

Shades of Jazzberry Jam #B30B52

Tints of Jazzberry Jam #B30B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 65.81%
G = 4.04%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B30B52 (or 0xB30B52) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 52. RGB value is (179,11,82). Sum of RGB (Red+Green+Blue) = 179+11+82=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B52 is #4CF4AD. Grayscale: #454545. Windows color (decimal): -5043374 or 5376947. OLE color: 5376947.

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

Color convert

RGB 179 11 82 -
CMYK 0 0.94 0.54 0.30
HSL 334.64º 0.88% 0.37% -
HSV(B) 334.64º 0.94% 0.7% -
XYZ 20.23 10.43 8.93 -
YUV 69.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 179 11 82 0 0.94 0.54 0.30 334.64 0.88 0.37
Hex B3 B 52 0 5E 36 1E 14F 58 25
Octal 263 13 122 0 136 66 36 517 130 45
Binary 10110011 1011 1010010 0 1011110 110110 11110 101001111 1011000 100101

Color Harmonies of #B30B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B52

Black with #B30B52

Text Example


Text Example

White with #B30B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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