#B30E65

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

Shades of Jazzberry Jam #B30E65

Tints of Jazzberry Jam #B30E65

Color information

#B30E65 (or 0xB30E65) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0E and 65. RGB value is (179,14,101). Sum of RGB (Red+Green+Blue) = 179+14+101=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30E65 is #4CF19A. Grayscale: #494949. Windows color (decimal): -5042587 or 6622899. OLE color: 6622899.

HSL color Cylindrical-coordinate representation of color #B30E65: hue angle of 328.36º 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 #B30E65 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17914101-
CMYK00.920.440.30
HSL328.36º85.49%37.84%-
HSV(B)328.36º92.18%70.2%-
XYZ21.110.8413.29-
YUV73.25143.66203.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=60.88%
G=4.76%
B=34.35%

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
Decimal1791410100.920.440.30328.3685.4937.84
HexB3E6505C2C1E1485526
Octal263161450134543651012546
Binary101100111110110010101011100101100111101010010001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30E65; }

 p { color: rgb(179,14,101); }

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

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

 a { background-color: rgb(179,14,101); }

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

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

 span { border-color: rgb(179,14,101); }

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