Html Css Color HEX #B31153 Jazzberry Jam

📋 copy color: '#B31153'

red 179 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #B31153

Tints of Jazzberry Jam #B31153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 64.16%
G = 6.09%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B31153 (or 0xB31153) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 53. RGB value is (179,17,83). Sum of RGB (Red+Green+Blue) = 179+17+83=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B31153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31153 is #4CEEAC. Grayscale: #484848. Windows color (decimal): -5041837 or 5444019. OLE color: 5444019.

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

Color convert

RGB 179 17 83 -
CMYK 0 0.91 0.54 0.30
HSL 335.56º 0.83% 0.38% -
HSV(B) 335.56º 0.91% 0.7% -
XYZ 20.35 10.61 9.16 -
YUV 72.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 179 17 83 0 0.91 0.54 0.30 335.56 0.83 0.38
Hex B3 11 53 0 5B 36 1E 150 53 26
Octal 263 21 123 0 133 66 36 520 123 46
Binary 10110011 10001 1010011 0 1011011 110110 11110 101010000 1010011 100110

Color Harmonies of #B31153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31153

Black with #B31153

Text Example


Text Example

White with #B31153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31153; }

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

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

background-color css

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

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

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

border-color css

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

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

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