Html Css Color HEX #B31165 Jazzberry Jam

📋 copy color: '#B31165'

red 179 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #B31165

Tints of Jazzberry Jam #B31165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 60.27%
G = 5.72%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B31165 (or 0xB31165) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 65. RGB value is (179,17,101). Sum of RGB (Red+Green+Blue) = 179+17+101=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B31165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31165 is #4CEE9A. Grayscale: #4A4A4A. Windows color (decimal): -5041819 or 6623667. OLE color: 6623667.

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

Color convert

RGB 179 17 101 -
CMYK 0 0.91 0.44 0.30
HSL 328.89º 0.83% 0.38% -
HSV(B) 328.89º 0.91% 0.7% -
XYZ 21.14 10.92 13.31 -
YUV 75.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 179 17 101 0 0.91 0.44 0.30 328.89 0.83 0.38
Hex B3 11 65 0 5B 2C 1E 149 53 26
Octal 263 21 145 0 133 54 36 511 123 46
Binary 10110011 10001 1100101 0 1011011 101100 11110 101001001 1010011 100110

Color Harmonies of #B31165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31165

Black with #B31165

Text Example


Text Example

White with #B31165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31165; }

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

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

background-color css

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

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

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

border-color css

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

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

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