Html Css Color HEX #B70346 Jazzberry Jam

📋 copy color: '#B70346'

red 183 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #B70346

Tints of Jazzberry Jam #B70346

RGB

 RED value IS 183 (71.88% from 255) = 71.48%

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 71.48%
G = 1.17%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B70346 (or 0xB70346) is known color: Jazzberry Jam. HEX triplet: B7, 03 and 46. RGB value is (183,3,70). Sum of RGB (Red+Green+Blue) = 183+3+70=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B70346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70346 is #48FCB9. Grayscale: #404040. Windows color (decimal): -4783290 or 4588471. OLE color: 4588471.

HSL color Cylindrical-coordinate representation of color #B70346: hue angle of 337.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70346 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 3 70 -
CMYK 0 0.98 0.62 0.28
HSL 337.67º 0.97% 0.36% -
HSV(B) 337.67º 0.98% 0.72% -
XYZ 20.67 10.57 6.75 -
YUV 64.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 183 3 70 0 0.98 0.62 0.28 337.67 0.97 0.36
Hex B7 3 46 0 62 3E 1C 152 61 24
Octal 267 3 106 0 142 76 34 522 141 44
Binary 10110111 11 1000110 0 1100010 111110 11100 101010010 1100001 100100

Color Harmonies of #B70346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70346

Black with #B70346

Text Example


Text Example

White with #B70346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70346; }

 p { color: rgb(183,3,70); }

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

background-color css

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

 a { background-color: rgb(183,3,70); }

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

border-color css

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

 span { border-color: rgb(183,3,70); }

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