#B10365

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

Shades of Jazzberry Jam #B10365

Tints of Jazzberry Jam #B10365

Color information

#B10365 (or 0xB10365) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 03 and 65. RGB value is (177,3,101). Sum of RGB (Red+Green+Blue) = 177+3+101=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10365 is #4EFC9A. Grayscale: #414141. Windows color (decimal): -5176475 or 6620081. OLE color: 6620081.

HSL color Cylindrical-coordinate representation of color #B10365: hue angle of 326.21º 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 #B10365 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB1773101-
CMYK00.980.430.31
HSL326.21º96.67%35.29%-
HSV(B)326.21º98.31%69.41%-
XYZ20.5110.3513.23-
YUV66.2147.65207.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=62.99%
G=1.07%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177310100.980.430.31326.2196.6735.29
HexB13650622B1F1466123
Octal26131450142533750614143
Binary1011000111110010101100010101011111111010001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10365; }

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

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

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

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

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

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

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

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