Html Css Color HEX #B30258 Jazzberry Jam

📋 copy color: '#B30258'

red 179 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #B30258

Tints of Jazzberry Jam #B30258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 66.54%
G = 0.74%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B30258 (or 0xB30258) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 58. RGB value is (179,2,88). Sum of RGB (Red+Green+Blue) = 179+2+88=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B30258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30258 is #4CFDA7. Grayscale: #404040. Windows color (decimal): -5045672 or 5767859. OLE color: 5767859.

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

Color convert

RGB 179 2 88 -
CMYK 0 0.99 0.51 0.30
HSL 330.85º 0.98% 0.35% -
HSV(B) 330.85º 0.99% 0.7% -
XYZ 20.37 10.33 10.15 -
YUV 64.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 179 2 88 0 0.99 0.51 0.30 330.85 0.98 0.35
Hex B3 2 58 0 63 33 1E 14B 62 23
Octal 263 2 130 0 143 63 36 513 142 43
Binary 10110011 10 1011000 0 1100011 110011 11110 101001011 1100010 100011

Color Harmonies of #B30258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30258

Black with #B30258

Text Example


Text Example

White with #B30258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30258; }

 p { color: rgb(179,2,88); }

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

background-color css

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

 a { background-color: rgb(179,2,88); }

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

border-color css

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

 span { border-color: rgb(179,2,88); }

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