Html Css Color HEX #B30247 Jazzberry Jam

📋 copy color: '#B30247'

red 179 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #B30247

Tints of Jazzberry Jam #B30247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 71.03%
G = 0.79%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B30247 (or 0xB30247) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 47. RGB value is (179,2,71). Sum of RGB (Red+Green+Blue) = 179+2+71=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30247 is #4CFDB8. Grayscale: #3E3E3E. Windows color (decimal): -5045689 or 4653747. OLE color: 4653747.

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

Color convert

RGB 179 2 71 -
CMYK 0 0.99 0.60 0.30
HSL 336.61º 0.98% 0.35% -
HSV(B) 336.61º 0.99% 0.7% -
XYZ 19.75 10.08 6.87 -
YUV 62.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 179 2 71 0 0.99 0.60 0.30 336.61 0.98 0.35
Hex B3 2 47 0 63 3C 1E 151 62 23
Octal 263 2 107 0 143 74 36 521 142 43
Binary 10110011 10 1000111 0 1100011 111100 11110 101010001 1100010 100011

Color Harmonies of #B30247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30247

Black with #B30247

Text Example


Text Example

White with #B30247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30247; }

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

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

background-color css

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

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

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

border-color css

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

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

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