Html Css Color HEX #B30256 Jazzberry Jam

📋 copy color: '#B30256'

red 179 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #B30256

Tints of Jazzberry Jam #B30256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 67.04%
G = 0.75%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B30256 (or 0xB30256) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 56. RGB value is (179,2,86). Sum of RGB (Red+Green+Blue) = 179+2+86=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B30256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30256 is #4CFDA9. Grayscale: #404040. Windows color (decimal): -5045674 or 5636787. OLE color: 5636787.

HSL color Cylindrical-coordinate representation of color #B30256: hue angle of 331.53º 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 #B30256 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 86 -
CMYK 0 0.99 0.52 0.30
HSL 331.53º 0.98% 0.35% -
HSV(B) 331.53º 0.99% 0.7% -
XYZ 20.29 10.3 9.72 -
YUV 64.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 179 2 86 0 0.99 0.52 0.30 331.53 0.98 0.35
Hex B3 2 56 0 63 34 1E 14C 62 23
Octal 263 2 126 0 143 64 36 514 142 43
Binary 10110011 10 1010110 0 1100011 110100 11110 101001100 1100010 100011

Color Harmonies of #B30256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30256

Black with #B30256

Text Example


Text Example

White with #B30256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30256; }

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

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

background-color css

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

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

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

border-color css

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

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

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