Html Css Color HEX #B01B51 Jazzberry Jam

📋 copy color: '#B01B51'

red 176 ◦ green 27 ◦ blue 81

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

Shades of Jazzberry Jam #B01B51

Tints of Jazzberry Jam #B01B51

RGB

 RED value IS 176 (69.14% from 255) = 61.97%

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 61.97%
G = 9.51%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B01B51 (or 0xB01B51) is known color: Jazzberry Jam. HEX triplet: B0, 1B and 51. RGB value is (176,27,81). Sum of RGB (Red+Green+Blue) = 176+27+81=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01B51 is #4FE4AE. Grayscale: #4D4D4D. Windows color (decimal): -5235887 or 5315504. OLE color: 5315504.

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

Color convert

RGB 176 27 81 -
CMYK 0 0.85 0.54 0.31
HSL 338.26º 0.73% 0.4% -
HSV(B) 338.26º 0.85% 0.69% -
XYZ 19.78 10.61 8.79 -
YUV 77.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 176 27 81 0 0.85 0.54 0.31 338.26 0.73 0.4
Hex B0 1B 51 0 55 36 1F 152 49 28
Octal 260 33 121 0 125 66 37 522 111 50
Binary 10110000 11011 1010001 0 1010101 110110 11111 101010010 1001001 101000

Color Harmonies of #B01B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01B51

Black with #B01B51

Text Example


Text Example

White with #B01B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01B51; }

 p { color: rgb(176,27,81); }

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

background-color css

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

 a { background-color: rgb(176,27,81); }

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

border-color css

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

 span { border-color: rgb(176,27,81); }

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