#B4034A

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

Shades of Jazzberry Jam #B4034A

Tints of Jazzberry Jam #B4034A

Color information

#B4034A (or 0xB4034A) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 03 and 4A. RGB value is (180,3,74). Sum of RGB (Red+Green+Blue) = 180+3+74=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B4034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4034A is #4BFCB5. Grayscale: #3F3F3F. Windows color (decimal): -4979894 or 4850612. OLE color: 4850612.

HSL color Cylindrical-coordinate representation of color #B4034A: hue angle of 335.93º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4034A is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB180374-
CMYK00.980.590.29
HSL335.93º96.72%35.88%-
HSV(B)335.93º98.33%70.59%-
XYZ20.0910.267.4-
YUV64.02133.64210.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.04%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=70.04%
G=1.17%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18037400.980.590.29335.9396.7235.88
HexB434A0623B1D1506124
Octal26431120142733552014144
Binary1011010011100101001100010111011111011010100001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4034A; }

 p { color: rgb(180,3,74); }

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

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

 a { background-color: rgb(180,3,74); }

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

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

 span { border-color: rgb(180,3,74); }

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