Html Css Color HEX #B30A46 Jazzberry Jam

📋 copy color: '#B30A46'

red 179 ◦ green 10 ◦ blue 70

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

Shades of Jazzberry Jam #B30A46

Tints of Jazzberry Jam #B30A46

RGB

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

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

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

R = 69.11%
G = 3.86%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B30A46 (or 0xB30A46) is known color: Jazzberry Jam. HEX triplet: B3, 0A and 46. RGB value is (179,10,70). Sum of RGB (Red+Green+Blue) = 179+10+70=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A46 is #4CF5B9. Grayscale: #434343. Windows color (decimal): -5043642 or 4590259. OLE color: 4590259.

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

Color convert

RGB 179 10 70 -
CMYK 0 0.94 0.61 0.30
HSL 338.7º 0.89% 0.37% -
HSV(B) 338.7º 0.94% 0.7% -
XYZ 19.8 10.24 6.73 -
YUV 67.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 179 10 70 0 0.94 0.61 0.30 338.7 0.89 0.37
Hex B3 A 46 0 5E 3D 1E 153 59 25
Octal 263 12 106 0 136 75 36 523 131 45
Binary 10110011 1010 1000110 0 1011110 111101 11110 101010011 1011001 100101

Color Harmonies of #B30A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A46

Black with #B30A46

Text Example


Text Example

White with #B30A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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