#B30465

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

Shades of Jazzberry Jam #B30465

Tints of Jazzberry Jam #B30465

Color information

#B30465 (or 0xB30465) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 04 and 65. RGB value is (179,4,101). Sum of RGB (Red+Green+Blue) = 179+4+101=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30465 is #4CFB9A. Grayscale: #434343. Windows color (decimal): -5045147 or 6620339. OLE color: 6620339.

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

Color convert

RGB1794101-
CMYK00.980.440.30
HSL326.74º95.63%35.88%-
HSV(B)326.74º97.77%70.2%-
XYZ20.9810.6113.25-
YUV67.38146.98207.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.03%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=63.03%
G=1.41%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179410100.980.440.30326.7495.6335.88
HexB34650622C1E1476024
Octal26341450142543650714044
Binary10110011100110010101100010101100111101010001111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30465; }

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

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

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

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

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

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

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

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