Html Css Color HEX #B30459 Jazzberry Jam

📋 copy color: '#B30459'

red 179 ◦ green 4 ◦ blue 89

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

Shades of Jazzberry Jam #B30459

Tints of Jazzberry Jam #B30459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 65.81%
G = 1.47%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B30459 (or 0xB30459) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 59. RGB value is (179,4,89). Sum of RGB (Red+Green+Blue) = 179+4+89=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B30459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30459 is #4CFBA6. Grayscale: #414141. Windows color (decimal): -5045159 or 5833907. OLE color: 5833907.

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

Color convert

RGB 179 4 89 -
CMYK 0 0.98 0.50 0.30
HSL 330.86º 0.96% 0.36% -
HSV(B) 330.86º 0.98% 0.7% -
XYZ 20.44 10.39 10.38 -
YUV 66.02 140.98 208.59 -
System Red Green Blue C M Y K H S L
Decimal 179 4 89 0 0.98 0.50 0.30 330.86 0.96 0.36
Hex B3 4 59 0 62 32 1E 14B 60 24
Octal 263 4 131 0 142 62 36 513 140 44
Binary 10110011 100 1011001 0 1100010 110010 11110 101001011 1100000 100100

Color Harmonies of #B30459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30459

Black with #B30459

Text Example


Text Example

White with #B30459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30459; }

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

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

background-color css

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

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

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

border-color css

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

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

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