#B3104E

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

Shades of Jazzberry Jam #B3104E

Tints of Jazzberry Jam #B3104E

Color information

#B3104E (or 0xB3104E) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 10 and 4E. RGB value is (179,16,78). Sum of RGB (Red+Green+Blue) = 179+16+78=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3104E is #4CEFB1. Grayscale: #474747. Windows color (decimal): -5042098 or 5116083. OLE color: 5116083.

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

Color convert

RGB1791678-
CMYK00.910.560.30
HSL337.18º83.59%38.24%-
HSV(B)337.18º91.06%70.2%-
XYZ20.1510.58.17-
YUV71.8131.5204.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.57%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=65.57%
G=5.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179167800.910.560.30337.1883.5938.24
HexB3104E05B381E1515426
Octal263201160133703652112446
Binary1011001110000100111001011011111000111101010100011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3104E; }

 p { color: rgb(179,16,78); }

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

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

 a { background-color: rgb(179,16,78); }

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

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

 span { border-color: rgb(179,16,78); }

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