Html Css Color HEX #B31460 Jazzberry Jam

📋 copy color: '#B31460'

red 179 ◦ green 20 ◦ blue 96

#B31460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B31460

Tints of Jazzberry Jam #B31460

RGB

 RED value IS 179 (70.31% from 255) = 60.68%

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 60.68%
G = 6.78%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B31460 (or 0xB31460) is known color: Jazzberry Jam. HEX triplet: B3, 14 and 60. RGB value is (179,20,96). Sum of RGB (Red+Green+Blue) = 179+20+96=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B31460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31460 is #4CEB9F. Grayscale: #4C4C4C. Windows color (decimal): -5041056 or 6296755. OLE color: 6296755.

HSL color Cylindrical-coordinate representation of color #B31460: hue angle of 331.32º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31460 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 96 -
CMYK 0 0.89 0.46 0.30
HSL 331.32º 0.8% 0.39% -
HSV(B) 331.32º 0.89% 0.7% -
XYZ 20.95 10.93 12.07 -
YUV 76.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 179 20 96 0 0.89 0.46 0.30 331.32 0.8 0.39
Hex B3 14 60 0 59 2E 1E 14B 50 27
Octal 263 24 140 0 131 56 36 513 120 47
Binary 10110011 10100 1100000 0 1011001 101110 11110 101001011 1010000 100111

Color Harmonies of #B31460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31460

Black with #B31460

Text Example


Text Example

White with #B31460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31460; }

 p { color: rgb(179,20,96); }

 H1.HeaderClassName
 {
   color: #B31460;
 }
 .AnyTagClassName
 {
   color: #B31460;
 }
</style>

background-color css

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

 a { background-color: rgb(179,20,96); }

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

border-color css

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

 span { border-color: rgb(179,20,96); }

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