Html Css Color HEX #B10051 Jazzberry Jam

📋 copy color: '#B10051'

red 177 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #B10051

Tints of Jazzberry Jam #B10051

RGB

 RED value IS 177 (69.53% from 255) = 68.6%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.6%
G = 0%
B = 31.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B10051 (or 0xB10051) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 51. RGB value is (177,0,81). Sum of RGB (Red+Green+Blue) = 177+0+81=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B10051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10051 is #4EFFAE. Grayscale: #3E3E3E. Windows color (decimal): -5177263 or 5308593. OLE color: 5308593.

HSL color Cylindrical-coordinate representation of color #B10051: hue angle of 332.54º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10051 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 0 81 -
CMYK 0 1 0.54 0.31
HSL 332.54º 1% 0.35% -
HSV(B) 332.54º 1% 0.69% -
XYZ 19.62 9.94 8.67 -
YUV 62.16 138.64 209.91 -
System Red Green Blue C M Y K H S L
Decimal 177 0 81 0 1 0.54 0.31 332.54 1 0.35
Hex B1 0 51 0 64 36 1F 14D 64 23
Octal 261 0 121 0 144 66 37 515 144 43
Binary 10110001 0 1010001 0 1100100 110110 11111 101001101 1100100 100011

Color Harmonies of #B10051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10051

Black with #B10051

Text Example


Text Example

White with #B10051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10051; }

 p { color: rgb(177,0,81); }

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

background-color css

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

 a { background-color: rgb(177,0,81); }

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

border-color css

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

 span { border-color: rgb(177,0,81); }

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