#B01275

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

Shades of Jazzberry Jam #B01275

Tints of Jazzberry Jam #B01275

Color information

#B01275 (or 0xB01275) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 12 and 75. RGB value is (176,18,117). Sum of RGB (Red+Green+Blue) = 176+18+117=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B01275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01275 is #4FED8A. Grayscale: #4C4C4C. Windows color (decimal): -5238155 or 7672496. OLE color: 7672496.

HSL color Cylindrical-coordinate representation of color #B01275: hue angle of 322.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01275 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17618117-
CMYK00.900.340.31
HSL322.41º81.44%38.04%-
HSV(B)322.41º89.77%69.02%-
XYZ21.3310.9517.82-
YUV76.53150.85198.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.59%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=56.59%
G=5.79%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761811700.900.340.31322.4181.4438.04
HexB0127505A221F1425126
Octal260221650132423750212146
Binary1011000010010111010101011010100010111111010000101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01275; }

 p { color: rgb(176,18,117); }

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

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

 a { background-color: rgb(176,18,117); }

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

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

 span { border-color: rgb(176,18,117); }

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