Html Css Color HEX #B31B5B Jazzberry Jam

📋 copy color: '#B31B5B'

red 179 ◦ green 27 ◦ blue 91

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

Shades of Jazzberry Jam #B31B5B

Tints of Jazzberry Jam #B31B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 60.27%
G = 9.09%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B31B5B (or 0xB31B5B) is known color: Jazzberry Jam. HEX triplet: B3, 1B and 5B. RGB value is (179,27,91). Sum of RGB (Red+Green+Blue) = 179+27+91=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31B5B is #4CE4A4. Grayscale: #4F4F4F. Windows color (decimal): -5039269 or 5970867. OLE color: 5970867.

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

Color convert

RGB 179 27 91 -
CMYK 0 0.85 0.49 0.30
HSL 334.74º 0.74% 0.4% -
HSV(B) 334.74º 0.85% 0.7% -
XYZ 20.87 11.12 10.94 -
YUV 79.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 179 27 91 0 0.85 0.49 0.30 334.74 0.74 0.4
Hex B3 1B 5B 0 55 31 1E 14F 4A 28
Octal 263 33 133 0 125 61 36 517 112 50
Binary 10110011 11011 1011011 0 1010101 110001 11110 101001111 1001010 101000

Color Harmonies of #B31B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B5B

Black with #B31B5B

Text Example


Text Example

White with #B31B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B5B; }

 p { color: rgb(179,27,91); }

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

background-color css

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

 a { background-color: rgb(179,27,91); }

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

border-color css

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

 span { border-color: rgb(179,27,91); }

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