#B31A5C

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

Shades of Jazzberry Jam #B31A5C

Tints of Jazzberry Jam #B31A5C

Color information

#B31A5C (or 0xB31A5C) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 1A and 5C. RGB value is (179,26,92). Sum of RGB (Red+Green+Blue) = 179+26+92=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A5C is #4CE5A3. Grayscale: #4F4F4F. Windows color (decimal): -5039524 or 6036147. OLE color: 6036147.

HSL color Cylindrical-coordinate representation of color #B31A5C: hue angle of 334.12º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A5C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1792692-
CMYK00.850.490.30
HSL334.12º74.63%40.2%-
HSV(B)334.12º85.47%70.2%-
XYZ20.8911.111.17-
YUV79.27135.19199.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=60.27%
G=8.75%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179269200.850.490.30334.1274.6340.2
HexB31A5C055311E14e4b28
Octal263321340125613651611350
Binary1011001111010101110001010101110001111101010011101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A5C; }

 p { color: rgb(179,26,92); }

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

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

 a { background-color: rgb(179,26,92); }

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

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

 span { border-color: rgb(179,26,92); }

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