Html Css Color HEX #B30659 Jazzberry Jam

📋 copy color: '#B30659'

red 179 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #B30659

Tints of Jazzberry Jam #B30659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 65.33%
G = 2.19%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B30659 (or 0xB30659) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 59. RGB value is (179,6,89). Sum of RGB (Red+Green+Blue) = 179+6+89=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B30659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30659 is #4CF9A6. Grayscale: #434343. Windows color (decimal): -5044647 or 5834419. OLE color: 5834419.

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

Color convert

RGB 179 6 89 -
CMYK 0 0.97 0.50 0.30
HSL 331.21º 0.94% 0.36% -
HSV(B) 331.21º 0.97% 0.7% -
XYZ 20.46 10.44 10.39 -
YUV 67.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 179 6 89 0 0.97 0.50 0.30 331.21 0.94 0.36
Hex B3 6 59 0 61 32 1E 14B 5E 24
Octal 263 6 131 0 141 62 36 513 136 44
Binary 10110011 110 1011001 0 1100001 110010 11110 101001011 1011110 100100

Color Harmonies of #B30659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30659

Black with #B30659

Text Example


Text Example

White with #B30659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30659; }

 p { color: rgb(179,6,89); }

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

background-color css

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

 a { background-color: rgb(179,6,89); }

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

border-color css

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

 span { border-color: rgb(179,6,89); }

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