#B30F64

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

Shades of Jazzberry Jam #B30F64

Tints of Jazzberry Jam #B30F64

Color information

#B30F64 (or 0xB30F64) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0F and 64. RGB value is (179,15,100). Sum of RGB (Red+Green+Blue) = 179+15+100=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F64 is #4CF09B. Grayscale: #494949. Windows color (decimal): -5042332 or 6557619. OLE color: 6557619.

HSL color Cylindrical-coordinate representation of color #B30F64: hue angle of 328.9º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F64 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17915100-
CMYK00.920.440.30
HSL328.9º84.54%38.04%-
HSV(B)328.9º91.62%70.2%-
XYZ21.0610.8513.04-
YUV73.73142.83203.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 15 (6.25% from 255) = 5.10%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=60.88%
G=5.10%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791510000.920.440.30328.984.5438.04
HexB3F6405C2C1E1495526
Octal263171440134543651112546
Binary101100111111110010001011100101100111101010010011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30F64; }

 p { color: rgb(179,15,100); }

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

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

 a { background-color: rgb(179,15,100); }

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

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

 span { border-color: rgb(179,15,100); }

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