Html Css Color HEX #B31A6D Jazzberry Jam

📋 copy color: '#B31A6D'

red 179 ◦ green 26 ◦ blue 109

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

Shades of Jazzberry Jam #B31A6D

Tints of Jazzberry Jam #B31A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.28%

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 57.01%
G = 8.28%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B31A6D (or 0xB31A6D) is known color: Jazzberry Jam. HEX triplet: B3, 1A and 6D. RGB value is (179,26,109). Sum of RGB (Red+Green+Blue) = 179+26+109=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A6D is #4CE592. Grayscale: #515151. Windows color (decimal): -5039507 or 7150259. OLE color: 7150259.

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

Color convert

RGB 179 26 109 -
CMYK 0 0.85 0.39 0.30
HSL 327.45º 0.75% 0.4% -
HSV(B) 327.45º 0.85% 0.7% -
XYZ 21.72 11.43 15.53 -
YUV 81.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 179 26 109 0 0.85 0.39 0.30 327.45 0.75 0.4
Hex B3 1A 6D 0 55 27 1E 147 4B 28
Octal 263 32 155 0 125 47 36 507 113 50
Binary 10110011 11010 1101101 0 1010101 100111 11110 101000111 1001011 101000

Color Harmonies of #B31A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A6D

Black with #B31A6D

Text Example


Text Example

White with #B31A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A6D; }

 p { color: rgb(179,26,109); }

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

background-color css

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

 a { background-color: rgb(179,26,109); }

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

border-color css

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

 span { border-color: rgb(179,26,109); }

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