#B01455

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

Shades of Jazzberry Jam #B01455

Tints of Jazzberry Jam #B01455

Color information

#B01455 (or 0xB01455) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 55. RGB value is (176,20,85). Sum of RGB (Red+Green+Blue) = 176+20+85=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B01455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01455 is #4FEBAA. Grayscale: #494949. Windows color (decimal): -5237675 or 5575856. OLE color: 5575856.

HSL color Cylindrical-coordinate representation of color #B01455: hue angle of 335º 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 #B01455 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1762085-
CMYK00.890.520.31
HSL335º79.59%38.43%-
HSV(B)335º88.64%69.02%-
XYZ19.7910.399.56-
YUV74.05134.18200.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.63%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=62.63%
G=7.12%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176208500.890.520.3133579.5938.43
HexB01455059341F14f5026
Octal260241250131643751712046
Binary1011000010100101010101011001110100111111010011111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01455; }

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

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

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

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

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

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

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

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