Html Css Color HEX #B30848 Jazzberry Jam

📋 copy color: '#B30848'

red 179 ◦ green 8 ◦ blue 72

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

Shades of Jazzberry Jam #B30848

Tints of Jazzberry Jam #B30848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 72 (28.52% from 255) = 27.8%

R = 69.11%
G = 3.09%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B30848 (or 0xB30848) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 48. RGB value is (179,8,72). Sum of RGB (Red+Green+Blue) = 179+8+72=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B30848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30848 is #4CF7B7. Grayscale: #424242. Windows color (decimal): -5044152 or 4720819. OLE color: 4720819.

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

Color convert

RGB 179 8 72 -
CMYK 0 0.96 0.60 0.30
HSL 337.54º 0.91% 0.37% -
HSV(B) 337.54º 0.96% 0.7% -
XYZ 19.85 10.23 7.06 -
YUV 66.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 179 8 72 0 0.96 0.60 0.30 337.54 0.91 0.37
Hex B3 8 48 0 60 3C 1E 152 5B 25
Octal 263 10 110 0 140 74 36 522 133 45
Binary 10110011 1000 1001000 0 1100000 111100 11110 101010010 1011011 100101

Color Harmonies of #B30848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30848

Black with #B30848

Text Example


Text Example

White with #B30848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30848; }

 p { color: rgb(179,8,72); }

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

background-color css

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

 a { background-color: rgb(179,8,72); }

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

border-color css

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

 span { border-color: rgb(179,8,72); }

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