Html Css Color HEX #B31C5E Jazzberry Jam

📋 copy color: '#B31C5E'

red 179 ◦ green 28 ◦ blue 94

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

Shades of Jazzberry Jam #B31C5E

Tints of Jazzberry Jam #B31C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

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

R = 59.47%
G = 9.3%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B31C5E (or 0xB31C5E) is known color: Jazzberry Jam. HEX triplet: B3, 1C and 5E. RGB value is (179,28,94). Sum of RGB (Red+Green+Blue) = 179+28+94=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C5E is #4CE3A1. Grayscale: #505050. Windows color (decimal): -5039010 or 6167731. OLE color: 6167731.

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

Color convert

RGB 179 28 94 -
CMYK 0 0.84 0.47 0.30
HSL 333.77º 0.73% 0.41% -
HSV(B) 333.77º 0.84% 0.7% -
XYZ 21.03 11.22 11.65 -
YUV 80.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 179 28 94 0 0.84 0.47 0.30 333.77 0.73 0.41
Hex B3 1C 5E 0 54 2F 1E 14E 49 29
Octal 263 34 136 0 124 57 36 516 111 51
Binary 10110011 11100 1011110 0 1010100 101111 11110 101001110 1001001 101001

Color Harmonies of #B31C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C5E

Black with #B31C5E

Text Example


Text Example

White with #B31C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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