#B41068

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

Shades of Jazzberry Jam #B41068

Tints of Jazzberry Jam #B41068

Color information

#B41068 (or 0xB41068) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 10 and 68. RGB value is (180,16,104). Sum of RGB (Red+Green+Blue) = 180+16+104=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B41068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41068 is #4BEF97. Grayscale: #4A4A4A. Windows color (decimal): -4976536 or 6820020. OLE color: 6820020.

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

Color convert

RGB18016104-
CMYK00.910.420.29
HSL327.8º83.67%38.43%-
HSV(B)327.8º91.11%70.59%-
XYZ21.5111.0714.1-
YUV75.07144.33202.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 5.33%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=60%
G=5.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801610400.910.420.29327.883.6738.43
HexB4106805B2A1D1485426
Octal264201500133523551012446
Binary1011010010000110100001011011101010111011010010001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41068; }

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

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

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

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

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

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

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

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