#B10359

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

Shades of Jazzberry Jam #B10359

Tints of Jazzberry Jam #B10359

Color information

#B10359 (or 0xB10359) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 03 and 59. RGB value is (177,3,89). Sum of RGB (Red+Green+Blue) = 177+3+89=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B10359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10359 is #4EFCA6. Grayscale: #404040. Windows color (decimal): -5176487 or 5833649. OLE color: 5833649.

HSL color Cylindrical-coordinate representation of color #B10359: hue angle of 330.34º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10359 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB177389-
CMYK00.980.500.31
HSL330.34º96.67%35.29%-
HSV(B)330.34º98.31%69.41%-
XYZ19.9710.1310.35-
YUV64.83141.65208.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=65.80%
G=1.12%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17738900.980.500.31330.3496.6735.29
HexB1359062321F14a6123
Octal26131310142623751214143
Binary1011000111101100101100010110010111111010010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10359; }

 p { color: rgb(177,3,89); }

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

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

 a { background-color: rgb(177,3,89); }

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

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

 span { border-color: rgb(177,3,89); }

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