#B3146E

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

Shades of Jazzberry Jam #B3146E

Tints of Jazzberry Jam #B3146E

Color information

#B3146E (or 0xB3146E) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 14 and 6E. RGB value is (179,20,110). Sum of RGB (Red+Green+Blue) = 179+20+110=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3146E is #4CEB91. Grayscale: #4D4D4D. Windows color (decimal): -5041042 or 7214259. OLE color: 7214259.

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

Color convert

RGB17920110-
CMYK00.890.390.30
HSL326.04º79.9%39.02%-
HSV(B)326.04º88.83%70.2%-
XYZ21.6611.2115.77-
YUV77.8146.18200.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.93%
GREEN value IS 20 (8.20% from 255) = 6.47%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=57.93%
G=6.47%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792011000.890.390.30326.0479.939.02
HexB3146E059271E1465027
Octal263241560131473650612047
Binary1011001110100110111001011001100111111101010001101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3146E; }

 p { color: rgb(179,20,110); }

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

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

 a { background-color: rgb(179,20,110); }

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

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

 span { border-color: rgb(179,20,110); }

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