#B31C67

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

Shades of Jazzberry Jam #B31C67

Tints of Jazzberry Jam #B31C67

Color information

#B31C67 (or 0xB31C67) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 1C and 67. RGB value is (179,28,103). Sum of RGB (Red+Green+Blue) = 179+28+103=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C67 is #4CE398. Grayscale: #515151. Windows color (decimal): -5039001 or 6757555. OLE color: 6757555.

HSL color Cylindrical-coordinate representation of color #B31C67: hue angle of 330.2º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C67 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17928103-
CMYK00.840.420.30
HSL330.2º72.95%40.59%-
HSV(B)330.2º84.36%70.2%-
XYZ21.4511.3913.9-
YUV81.7140.03197.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 28 (11.33% from 255) = 9.03%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=57.74%
G=9.03%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792810300.840.420.30330.272.9540.59
HexB31C670542A1E14a4929
Octal263341470124523651211151
Binary1011001111100110011101010100101010111101010010101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C67; }

 p { color: rgb(179,28,103); }

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

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

 a { background-color: rgb(179,28,103); }

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

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

 span { border-color: rgb(179,28,103); }

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