#B01467

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

Shades of Jazzberry Jam #B01467

Tints of Jazzberry Jam #B01467

Color information

#B01467 (or 0xB01467) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 67. RGB value is (176,20,103). Sum of RGB (Red+Green+Blue) = 176+20+103=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B01467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01467 is #4FEB98. Grayscale: #4B4B4B. Windows color (decimal): -5237657 or 6755504. OLE color: 6755504.

HSL color Cylindrical-coordinate representation of color #B01467: hue angle of 328.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01467 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17620103-
CMYK00.890.410.31
HSL328.08º79.59%38.43%-
HSV(B)328.08º88.64%69.02%-
XYZ20.610.7113.81-
YUV76.11143.18199.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.86%
GREEN value IS 20 (8.20% from 255) = 6.69%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=58.86%
G=6.69%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762010300.890.410.31328.0879.5938.43
HexB01467059291F1485026
Octal260241470131513751012046
Binary1011000010100110011101011001101001111111010010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01467; }

 p { color: rgb(176,20,103); }

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

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

 a { background-color: rgb(176,20,103); }

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

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

 span { border-color: rgb(176,20,103); }

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