Html Css Color HEX #B31051 Jazzberry Jam

📋 copy color: '#B31051'

red 179 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #B31051

Tints of Jazzberry Jam #B31051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 64.86%
G = 5.8%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B31051 (or 0xB31051) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 51. RGB value is (179,16,81). Sum of RGB (Red+Green+Blue) = 179+16+81=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B31051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31051 is #4CEFAE. Grayscale: #484848. Windows color (decimal): -5042095 or 5312691. OLE color: 5312691.

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

Color convert

RGB 179 16 81 -
CMYK 0 0.91 0.55 0.30
HSL 336.07º 0.84% 0.38% -
HSV(B) 336.07º 0.91% 0.7% -
XYZ 20.26 10.55 8.75 -
YUV 72.15 133 204.21 -
System Red Green Blue C M Y K H S L
Decimal 179 16 81 0 0.91 0.55 0.30 336.07 0.84 0.38
Hex B3 10 51 0 5B 37 1E 150 54 26
Octal 263 20 121 0 133 67 36 520 124 46
Binary 10110011 10000 1010001 0 1011011 110111 11110 101010000 1010100 100110

Color Harmonies of #B31051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31051

Black with #B31051

Text Example


Text Example

White with #B31051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31051; }

 p { color: rgb(179,16,81); }

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

background-color css

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

 a { background-color: rgb(179,16,81); }

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

border-color css

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

 span { border-color: rgb(179,16,81); }

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