Html Css Color HEX #B01350 Jazzberry Jam

📋 copy color: '#B01350'

red 176 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #B01350

Tints of Jazzberry Jam #B01350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 64%
G = 6.91%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B01350 (or 0xB01350) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 50. RGB value is (176,19,80). Sum of RGB (Red+Green+Blue) = 176+19+80=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B01350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01350 is #4FECAF. Grayscale: #484848. Windows color (decimal): -5237936 or 5247920. OLE color: 5247920.

HSL color Cylindrical-coordinate representation of color #B01350: hue angle of 336.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01350 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 80 -
CMYK 0 0.89 0.55 0.31
HSL 336.69º 0.81% 0.38% -
HSV(B) 336.69º 0.89% 0.69% -
XYZ 19.59 10.28 8.54 -
YUV 72.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 176 19 80 0 0.89 0.55 0.31 336.69 0.81 0.38
Hex B0 13 50 0 59 37 1F 151 51 26
Octal 260 23 120 0 131 67 37 521 121 46
Binary 10110000 10011 1010000 0 1011001 110111 11111 101010001 1010001 100110

Color Harmonies of #B01350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01350

Black with #B01350

Text Example


Text Example

White with #B01350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01350; }

 p { color: rgb(176,19,80); }

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

background-color css

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

 a { background-color: rgb(176,19,80); }

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

border-color css

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

 span { border-color: rgb(176,19,80); }

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