Html Css Color HEX #B31769 Jazzberry Jam

📋 copy color: '#B31769'

red 179 ◦ green 23 ◦ blue 105

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

Shades of Jazzberry Jam #B31769

Tints of Jazzberry Jam #B31769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 58.31%
G = 7.49%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B31769 (or 0xB31769) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 69. RGB value is (179,23,105). Sum of RGB (Red+Green+Blue) = 179+23+105=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B31769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31769 is #4CE896. Grayscale: #4E4E4E. Windows color (decimal): -5040279 or 6887347. OLE color: 6887347.

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

Color convert

RGB 179 23 105 -
CMYK 0 0.87 0.41 0.30
HSL 328.46º 0.77% 0.4% -
HSV(B) 328.46º 0.87% 0.7% -
XYZ 21.45 11.22 14.4 -
YUV 78.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 179 23 105 0 0.87 0.41 0.30 328.46 0.77 0.4
Hex B3 17 69 0 57 29 1E 148 4D 28
Octal 263 27 151 0 127 51 36 510 115 50
Binary 10110011 10111 1101001 0 1010111 101001 11110 101001000 1001101 101000

Color Harmonies of #B31769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31769

Black with #B31769

Text Example


Text Example

White with #B31769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31769; }

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

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

background-color css

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

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

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

border-color css

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

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

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