Html Css Color HEX #B10346 Jazzberry Jam

📋 copy color: '#B10346'

red 177 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #B10346

Tints of Jazzberry Jam #B10346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 70 (27.73% from 255) = 28%

R = 70.8%
G = 1.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B10346 (or 0xB10346) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 46. RGB value is (177,3,70). Sum of RGB (Red+Green+Blue) = 177+3+70=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B10346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10346 is #4EFCB9. Grayscale: #3E3E3E. Windows color (decimal): -5176506 or 4588465. OLE color: 4588465.

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

Color convert

RGB 177 3 70 -
CMYK 0 0.98 0.60 0.31
HSL 336.9º 0.97% 0.35% -
HSV(B) 336.9º 0.98% 0.69% -
XYZ 19.27 9.85 6.68 -
YUV 62.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 177 3 70 0 0.98 0.60 0.31 336.9 0.97 0.35
Hex B1 3 46 0 62 3C 1F 151 61 23
Octal 261 3 106 0 142 74 37 521 141 43
Binary 10110001 11 1000110 0 1100010 111100 11111 101010001 1100001 100011

Color Harmonies of #B10346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10346

Black with #B10346

Text Example


Text Example

White with #B10346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10346; }

 p { color: rgb(177,3,70); }

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

background-color css

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

 a { background-color: rgb(177,3,70); }

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

border-color css

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

 span { border-color: rgb(177,3,70); }

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