Html Css Color HEX #B30959 Jazzberry Jam

📋 copy color: '#B30959'

red 179 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #B30959

Tints of Jazzberry Jam #B30959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 64.62%
G = 3.25%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B30959 (or 0xB30959) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 59. RGB value is (179,9,89). Sum of RGB (Red+Green+Blue) = 179+9+89=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B30959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30959 is #4CF6A6. Grayscale: #444444. Windows color (decimal): -5043879 or 5835187. OLE color: 5835187.

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

Color convert

RGB 179 9 89 -
CMYK 0 0.95 0.50 0.30
HSL 331.76º 0.9% 0.37% -
HSV(B) 331.76º 0.95% 0.7% -
XYZ 20.49 10.5 10.4 -
YUV 68.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 179 9 89 0 0.95 0.50 0.30 331.76 0.9 0.37
Hex B3 9 59 0 5F 32 1E 14C 5A 25
Octal 263 11 131 0 137 62 36 514 132 45
Binary 10110011 1001 1011001 0 1011111 110010 11110 101001100 1011010 100101

Color Harmonies of #B30959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30959

Black with #B30959

Text Example


Text Example

White with #B30959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30959; }

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

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

background-color css

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

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

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

border-color css

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

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

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