Html Css Color HEX #B31770 Jazzberry Jam

📋 copy color: '#B31770'

red 179 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #B31770

Tints of Jazzberry Jam #B31770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 57.01%
G = 7.32%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B31770 (or 0xB31770) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 70. RGB value is (179,23,112). Sum of RGB (Red+Green+Blue) = 179+23+112=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B31770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31770 is #4CE88F. Grayscale: #4F4F4F. Windows color (decimal): -5040272 or 7346099. OLE color: 7346099.

HSL color Cylindrical-coordinate representation of color #B31770: hue angle of 325.77º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31770 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 23 112 -
CMYK 0 0.87 0.37 0.30
HSL 325.77º 0.77% 0.4% -
HSV(B) 325.77º 0.87% 0.7% -
XYZ 21.82 11.37 16.37 -
YUV 79.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 179 23 112 0 0.87 0.37 0.30 325.77 0.77 0.4
Hex B3 17 70 0 57 25 1E 146 4D 28
Octal 263 27 160 0 127 45 36 506 115 50
Binary 10110011 10111 1110000 0 1010111 100101 11110 101000110 1001101 101000

Color Harmonies of #B31770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31770

Black with #B31770

Text Example


Text Example

White with #B31770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31770; }

 p { color: rgb(179,23,112); }

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

background-color css

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

 a { background-color: rgb(179,23,112); }

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

border-color css

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

 span { border-color: rgb(179,23,112); }

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