Html Css Color HEX #B01B52 Jazzberry Jam

📋 copy color: '#B01B52'

red 176 ◦ green 27 ◦ blue 82

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

Shades of Jazzberry Jam #B01B52

Tints of Jazzberry Jam #B01B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 61.75%
G = 9.47%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B01B52 (or 0xB01B52) is known color: Jazzberry Jam. HEX triplet: B0, 1B and 52. RGB value is (176,27,82). Sum of RGB (Red+Green+Blue) = 176+27+82=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01B52 is #4FE4AD. Grayscale: #4D4D4D. Windows color (decimal): -5235886 or 5381040. OLE color: 5381040.

HSL color Cylindrical-coordinate representation of color #B01B52: hue angle of 337.85º 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 #B01B52 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 27 82 -
CMYK 0 0.85 0.53 0.31
HSL 337.85º 0.73% 0.4% -
HSV(B) 337.85º 0.85% 0.69% -
XYZ 19.82 10.62 8.99 -
YUV 77.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 176 27 82 0 0.85 0.53 0.31 337.85 0.73 0.4
Hex B0 1B 52 0 55 35 1F 152 49 28
Octal 260 33 122 0 125 65 37 522 111 50
Binary 10110000 11011 1010010 0 1010101 110101 11111 101010010 1001001 101000

Color Harmonies of #B01B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01B52

Black with #B01B52

Text Example


Text Example

White with #B01B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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