#B01753

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

Shades of Jazzberry Jam #B01753

Tints of Jazzberry Jam #B01753

Color information

#B01753 (or 0xB01753) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 17 and 53. RGB value is (176,23,83). Sum of RGB (Red+Green+Blue) = 176+23+83=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B01753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01753 is #4FE8AC. Grayscale: #4B4B4B. Windows color (decimal): -5236909 or 5445552. OLE color: 5445552.

HSL color Cylindrical-coordinate representation of color #B01753: hue angle of 336.47º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01753 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1762383-
CMYK00.870.530.31
HSL336.47º76.88%39.02%-
HSV(B)336.47º86.93%69.02%-
XYZ19.7710.479.16-
YUV75.59132.19199.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.41%
GREEN value IS 23 (9.38% from 255) = 8.16%
BLUE value IS 83 (32.81% from 255) = 29.43%
R=62.41%
G=8.16%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176238300.870.530.31336.4776.8839.02
HexB01753057351F1504d27
Octal260271230127653752011547
Binary1011000010111101001101010111110101111111010100001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01753; }

 p { color: rgb(176,23,83); }

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

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

 a { background-color: rgb(176,23,83); }

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

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

 span { border-color: rgb(176,23,83); }

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