#B70B71

Color #B70B71 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B70B71

Tints of Jazzberry Jam #B70B71

Color information

#B70B71 (or 0xB70B71) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0B and 71. RGB value is (183,11,113). Sum of RGB (Red+Green+Blue) = 183+11+113=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B71 is #48F48E. Grayscale: #494949. Windows color (decimal): -4781199 or 7408567. OLE color: 7408567.

HSL color Cylindrical-coordinate representation of color #B70B71: hue angle of 324.42º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B71 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18311113-
CMYK00.940.380.28
HSL324.42º88.66%38.04%-
HSV(B)324.42º93.99%71.76%-
XYZ22.6311.516.65-
YUV74.06149.98205.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=59.61%
G=3.58%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831111300.940.380.28324.4288.6638.04
HexB7B7105E261C1445926
Octal267131610136463450413146
Binary101101111011111000101011110100110111001010001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70B71; }

 p { color: rgb(183,11,113); }

 H1.HeaderClassName
 {
   color: #B70B71;
 }
 .AnyTagClassName
 {
   color: #B70B71;
 }
</style>
background-color css

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

 a { background-color: rgb(183,11,113); }

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

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

 span { border-color: rgb(183,11,113); }

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