#B01463

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

Shades of Jazzberry Jam #B01463

Tints of Jazzberry Jam #B01463

Color information

#B01463 (or 0xB01463) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 63. RGB value is (176,20,99). Sum of RGB (Red+Green+Blue) = 176+20+99=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B01463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01463 is #4FEB9C. Grayscale: #4B4B4B. Windows color (decimal): -5237661 or 6493360. OLE color: 6493360.

HSL color Cylindrical-coordinate representation of color #B01463: hue angle of 329.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01463 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1762099-
CMYK00.890.440.31
HSL329.62º79.59%38.43%-
HSV(B)329.62º88.64%69.02%-
XYZ20.4110.6312.78-
YUV75.65141.18199.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=59.66%
G=6.78%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176209900.890.440.31329.6279.5938.43
HexB014630592C1F14a5026
Octal260241430131543751212046
Binary1011000010100110001101011001101100111111010010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01463; }

 p { color: rgb(176,20,99); }

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

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

 a { background-color: rgb(176,20,99); }

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

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

 span { border-color: rgb(176,20,99); }

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