#B30452

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

Shades of Jazzberry Jam #B30452

Tints of Jazzberry Jam #B30452

Color information

#B30452 (or 0xB30452) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 04 and 52. RGB value is (179,4,82). Sum of RGB (Red+Green+Blue) = 179+4+82=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B30452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30452 is #4CFBAD. Grayscale: #414141. Windows color (decimal): -5045166 or 5375155. OLE color: 5375155.

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

Color convert

RGB179482-
CMYK00.980.540.30
HSL333.26º95.63%35.88%-
HSV(B)333.26º97.77%70.2%-
XYZ20.1610.288.9-
YUV65.22137.48209.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.55%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=67.55%
G=1.51%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17948200.980.540.30333.2695.6335.88
HexB3452062361E14d6024
Octal26341220142663651514044
Binary10110011100101001001100010110110111101010011011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30452; }

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

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

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

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

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

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

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

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