Html Css Color HEX #B31469 Jazzberry Jam

📋 copy color: '#B31469'

red 179 ◦ green 20 ◦ blue 105

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

Shades of Jazzberry Jam #B31469

Tints of Jazzberry Jam #B31469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

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

R = 58.88%
G = 6.58%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B31469 (or 0xB31469) is known color: Jazzberry Jam. HEX triplet: B3, 14 and 69. RGB value is (179,20,105). Sum of RGB (Red+Green+Blue) = 179+20+105=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B31469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31469 is #4CEB96. Grayscale: #4D4D4D. Windows color (decimal): -5041047 or 6886579. OLE color: 6886579.

HSL color Cylindrical-coordinate representation of color #B31469: hue angle of 327.92º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31469 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 105 -
CMYK 0 0.89 0.41 0.30
HSL 327.92º 0.8% 0.39% -
HSV(B) 327.92º 0.89% 0.7% -
XYZ 21.39 11.1 14.38 -
YUV 77.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 179 20 105 0 0.89 0.41 0.30 327.92 0.8 0.39
Hex B3 14 69 0 59 29 1E 148 50 27
Octal 263 24 151 0 131 51 36 510 120 47
Binary 10110011 10100 1101001 0 1011001 101001 11110 101001000 1010000 100111

Color Harmonies of #B31469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31469

Black with #B31469

Text Example


Text Example

White with #B31469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31469; }

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

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

background-color css

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

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

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

border-color css

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

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

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