Html Css Color HEX #B31A5E Jazzberry Jam

📋 copy color: '#B31A5E'

red 179 ◦ green 26 ◦ blue 94

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

Shades of Jazzberry Jam #B31A5E

Tints of Jazzberry Jam #B31A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.7%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 59.87%
G = 8.7%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B31A5E (or 0xB31A5E) is known color: Jazzberry Jam. HEX triplet: B3, 1A and 5E. RGB value is (179,26,94). Sum of RGB (Red+Green+Blue) = 179+26+94=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A5E is #4CE5A1. Grayscale: #4F4F4F. Windows color (decimal): -5039522 or 6167219. OLE color: 6167219.

HSL color Cylindrical-coordinate representation of color #B31A5E: hue angle of 333.33º 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 #B31A5E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 94 -
CMYK 0 0.85 0.47 0.30
HSL 333.33º 0.75% 0.4% -
HSV(B) 333.33º 0.85% 0.7% -
XYZ 20.98 11.13 11.63 -
YUV 79.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 179 26 94 0 0.85 0.47 0.30 333.33 0.75 0.4
Hex B3 1A 5E 0 55 2F 1E 14D 4B 28
Octal 263 32 136 0 125 57 36 515 113 50
Binary 10110011 11010 1011110 0 1010101 101111 11110 101001101 1001011 101000

Color Harmonies of #B31A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A5E

Black with #B31A5E

Text Example


Text Example

White with #B31A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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