Html Css Color HEX #B30046 Jazzberry Jam

📋 copy color: '#B30046'

red 179 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #B30046

Tints of Jazzberry Jam #B30046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 71.89%
G = 0%
B = 28.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B30046 (or 0xB30046) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 46. RGB value is (179,0,70). Sum of RGB (Red+Green+Blue) = 179+0+70=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B30046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30046 is #4CFFB9. Grayscale: #3D3D3D. Windows color (decimal): -5046202 or 4587699. OLE color: 4587699.

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

Color convert

RGB 179 0 70 -
CMYK 0 1 0.61 0.30
HSL 336.54º 1% 0.35% -
HSV(B) 336.54º 1% 0.7% -
XYZ 19.7 10.03 6.69 -
YUV 61.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 179 0 70 0 1 0.61 0.30 336.54 1 0.35
Hex B3 0 46 0 64 3D 1E 151 64 23
Octal 263 0 106 0 144 75 36 521 144 43
Binary 10110011 0 1000110 0 1100100 111101 11110 101010001 1100100 100011

Color Harmonies of #B30046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30046

Black with #B30046

Text Example


Text Example

White with #B30046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30046; }

 p { color: rgb(179,0,70); }

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

background-color css

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

 a { background-color: rgb(179,0,70); }

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

border-color css

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

 span { border-color: rgb(179,0,70); }

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