Html Css Color HEX #B30359 Jazzberry Jam

📋 copy color: '#B30359'

red 179 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #B30359

Tints of Jazzberry Jam #B30359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 66.05%
G = 1.11%
B = 32.84%

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

#B30359 (or 0xB30359) is known color: Jazzberry Jam. HEX triplet: B3, 03 and 59. RGB value is (179,3,89). Sum of RGB (Red+Green+Blue) = 179+3+89=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B30359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30359 is #4CFCA6. Grayscale: #414141. Windows color (decimal): -5045415 or 5833651. OLE color: 5833651.

HSL color Cylindrical-coordinate representation of color #B30359: hue angle of 330.68º degrees, saturation: 0.97, 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 #B30359 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 89 -
CMYK 0 0.98 0.50 0.30
HSL 330.68º 0.97% 0.36% -
HSV(B) 330.68º 0.98% 0.7% -
XYZ 20.43 10.37 10.38 -
YUV 65.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 179 3 89 0 0.98 0.50 0.30 330.68 0.97 0.36
Hex B3 3 59 0 62 32 1E 14B 61 24
Octal 263 3 131 0 142 62 36 513 141 44
Binary 10110011 11 1011001 0 1100010 110010 11110 101001011 1100001 100100

Color Harmonies of #B30359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30359

Black with #B30359

Text Example


Text Example

White with #B30359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30359; }

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

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

background-color css

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

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

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

border-color css

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

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

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