Html Css Color HEX #B30A47 Jazzberry Jam

📋 copy color: '#B30A47'

red 179 ◦ green 10 ◦ blue 71

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

Shades of Jazzberry Jam #B30A47

Tints of Jazzberry Jam #B30A47

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

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

R = 68.85%
G = 3.85%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B30A47 (or 0xB30A47) is known color: Jazzberry Jam. HEX triplet: B3, 0A and 47. RGB value is (179,10,71). Sum of RGB (Red+Green+Blue) = 179+10+71=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A47 is #4CF5B8. Grayscale: #434343. Windows color (decimal): -5043641 or 4655795. OLE color: 4655795.

HSL color Cylindrical-coordinate representation of color #B30A47: hue angle of 338.34º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A47 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 10 71 -
CMYK 0 0.94 0.60 0.30
HSL 338.34º 0.89% 0.37% -
HSV(B) 338.34º 0.94% 0.7% -
XYZ 19.84 10.26 6.9 -
YUV 67.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 179 10 71 0 0.94 0.60 0.30 338.34 0.89 0.37
Hex B3 A 47 0 5E 3C 1E 152 59 25
Octal 263 12 107 0 136 74 36 522 131 45
Binary 10110011 1010 1000111 0 1011110 111100 11110 101010010 1011001 100101

Color Harmonies of #B30A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A47

Black with #B30A47

Text Example


Text Example

White with #B30A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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