#B30054

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

Shades of Jazzberry Jam #B30054

Tints of Jazzberry Jam #B30054

Color information

#B30054 (or 0xB30054) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 00 and 54. RGB value is (179,0,84). Sum of RGB (Red+Green+Blue) = 179+0+84=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B30054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30054 is #4CFFAB. Grayscale: #3E3E3E. Windows color (decimal): -5046188 or 5505203. OLE color: 5505203.

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

Color convert

RGB179084-
CMYK010.530.30
HSL331.84º100%35.1%-
HSV(B)331.84º100%70.2%-
XYZ20.1910.229.3-
YUV63.1139.8210.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=68.06%
G=0%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179084010.530.30331.8410035.1
HexB3054064351E14c6423
Octal26301240144653651414443
Binary101100110101010001100100110101111101010011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30054; }

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

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

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

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

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

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

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

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