#B30467

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

Shades of Jazzberry Jam #B30467

Tints of Jazzberry Jam #B30467

Color information

#B30467 (or 0xB30467) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 04 and 67. RGB value is (179,4,103). Sum of RGB (Red+Green+Blue) = 179+4+103=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B30467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30467 is #4CFB98. Grayscale: #434343. Windows color (decimal): -5045145 or 6751411. OLE color: 6751411.

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

Color convert

RGB1794103-
CMYK00.980.420.30
HSL326.06º95.63%35.88%-
HSV(B)326.06º97.77%70.2%-
XYZ21.0810.6513.78-
YUV67.61147.98207.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.59%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=62.59%
G=1.40%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179410300.980.420.30326.0695.6335.88
HexB34670622A1E1466024
Octal26341470142523650614044
Binary10110011100110011101100010101010111101010001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30467; }

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

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

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

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

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

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

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

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