Html Css Color HEX #B31155 Jazzberry Jam

📋 copy color: '#B31155'

red 179 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #B31155

Tints of Jazzberry Jam #B31155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 63.7%
G = 6.05%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B31155 (or 0xB31155) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 55. RGB value is (179,17,85). Sum of RGB (Red+Green+Blue) = 179+17+85=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B31155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31155 is #4CEEAA. Grayscale: #494949. Windows color (decimal): -5041835 or 5575091. OLE color: 5575091.

HSL color Cylindrical-coordinate representation of color #B31155: hue angle of 334.81º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31155 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 85 -
CMYK 0 0.91 0.53 0.30
HSL 334.81º 0.83% 0.38% -
HSV(B) 334.81º 0.91% 0.7% -
XYZ 20.43 10.64 9.57 -
YUV 73.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 179 17 85 0 0.91 0.53 0.30 334.81 0.83 0.38
Hex B3 11 55 0 5B 35 1E 14F 53 26
Octal 263 21 125 0 133 65 36 517 123 46
Binary 10110011 10001 1010101 0 1011011 110101 11110 101001111 1010011 100110

Color Harmonies of #B31155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31155

Black with #B31155

Text Example


Text Example

White with #B31155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31155; }

 p { color: rgb(179,17,85); }

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

background-color css

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

 a { background-color: rgb(179,17,85); }

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

border-color css

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

 span { border-color: rgb(179,17,85); }

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