Html Css Color HEX #B10341 Jazzberry Jam

📋 copy color: '#B10341'

red 177 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #B10341

Tints of Jazzberry Jam #B10341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 72.24%
G = 1.22%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B10341 (or 0xB10341) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 41. RGB value is (177,3,65). Sum of RGB (Red+Green+Blue) = 177+3+65=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B10341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10341 is #4EFCBE. Grayscale: #3E3E3E. Windows color (decimal): -5176511 or 4260785. OLE color: 4260785.

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

Color convert

RGB 177 3 65 -
CMYK 0 0.98 0.63 0.31
HSL 338.62º 0.97% 0.35% -
HSV(B) 338.62º 0.98% 0.69% -
XYZ 19.12 9.79 5.88 -
YUV 62.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 177 3 65 0 0.98 0.63 0.31 338.62 0.97 0.35
Hex B1 3 41 0 62 3F 1F 153 61 23
Octal 261 3 101 0 142 77 37 523 141 43
Binary 10110001 11 1000001 0 1100010 111111 11111 101010011 1100001 100011

Color Harmonies of #B10341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10341

Black with #B10341

Text Example


Text Example

White with #B10341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10341; }

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

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

background-color css

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

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

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

border-color css

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

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

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