#B10353

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

Shades of Jazzberry Jam #B10353

Tints of Jazzberry Jam #B10353

Color information

#B10353 (or 0xB10353) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 03 and 53. RGB value is (177,3,83). Sum of RGB (Red+Green+Blue) = 177+3+83=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B10353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10353 is #4EFCAC. Grayscale: #404040. Windows color (decimal): -5176493 or 5440433. OLE color: 5440433.

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

Color convert

RGB177383-
CMYK00.980.530.31
HSL332.41º96.67%35.29%-
HSV(B)332.41º98.31%69.41%-
XYZ19.7310.049.08-
YUV64.15138.65208.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.30%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=67.30%
G=1.14%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17738300.980.530.31332.4196.6735.29
HexB1353062351F14c6123
Octal26131230142653751414143
Binary1011000111101001101100010110101111111010011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10353; }

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

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

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

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

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

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

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

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