#B30065

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

Shades of Jazzberry Jam #B30065

Tints of Jazzberry Jam #B30065

Color information

#B30065 (or 0xB30065) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 00 and 65. RGB value is (179,0,101). Sum of RGB (Red+Green+Blue) = 179+0+101=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B30065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30065 is #4CFF9A. Grayscale: #404040. Windows color (decimal): -5046171 or 6619315. OLE color: 6619315.

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

Color convert

RGB1790101-
CMYK010.440.30
HSL326.15º100%35.1%-
HSV(B)326.15º100%70.2%-
XYZ20.9410.5213.24-
YUV65.04148.3209.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=63.93%
G=0%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1790101010.440.30326.1510035.1
HexB30650642C1E1466423
Octal26301450144543650614443
Binary101100110110010101100100101100111101010001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30065; }

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

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

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

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

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

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

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

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