#B10361

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

Shades of Jazzberry Jam #B10361

Tints of Jazzberry Jam #B10361

Color information

#B10361 (or 0xB10361) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 03 and 61. RGB value is (177,3,97). Sum of RGB (Red+Green+Blue) = 177+3+97=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B10361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10361 is #4EFC9E. Grayscale: #414141. Windows color (decimal): -5176479 or 6357937. OLE color: 6357937.

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

Color convert

RGB177397-
CMYK00.980.450.31
HSL327.59º96.67%35.29%-
HSV(B)327.59º98.31%69.41%-
XYZ20.3210.2812.22-
YUV65.74145.65207.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=63.90%
G=1.08%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17739700.980.450.31327.5996.6735.29
HexB13610622D1F1486123
Octal26131410142553751014143
Binary1011000111110000101100010101101111111010010001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10361; }

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

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

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

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

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

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

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

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