#B41968

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

Shades of Jazzberry Jam #B41968

Tints of Jazzberry Jam #B41968

Color information

#B41968 (or 0xB41968) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 19 and 68. RGB value is (180,25,104). Sum of RGB (Red+Green+Blue) = 180+25+104=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B41968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41968 is #4BE697. Grayscale: #505050. Windows color (decimal): -4974232 or 6822324. OLE color: 6822324.

HSL color Cylindrical-coordinate representation of color #B41968: hue angle of 329.42º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41968 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18025104-
CMYK00.860.420.29
HSL329.42º75.61%40.2%-
HSV(B)329.42º86.11%70.59%-
XYZ21.6711.414.15-
YUV80.35141.35199.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.25%
GREEN value IS 25 (10.16% from 255) = 8.09%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=58.25%
G=8.09%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802510400.860.420.29329.4275.6140.2
HexB419680562A1D1494c28
Octal264311500126523551111450
Binary1011010011001110100001010110101010111011010010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41968; }

 p { color: rgb(180,25,104); }

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

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

 a { background-color: rgb(180,25,104); }

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

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

 span { border-color: rgb(180,25,104); }

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