Html Css Color HEX #B10041 Jazzberry Jam

📋 copy color: '#B10041'

red 177 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #B10041

Tints of Jazzberry Jam #B10041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.14%
G = 0%
B = 26.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B10041 (or 0xB10041) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 41. RGB value is (177,0,65). Sum of RGB (Red+Green+Blue) = 177+0+65=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B10041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10041 is #4EFFBE. Grayscale: #3C3C3C. Windows color (decimal): -5177279 or 4260017. OLE color: 4260017.

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

Color convert

RGB 177 0 65 -
CMYK 0 1 0.63 0.31
HSL 337.97º 1% 0.35% -
HSV(B) 337.97º 1% 0.69% -
XYZ 19.09 9.73 5.87 -
YUV 60.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 177 0 65 0 1 0.63 0.31 337.97 1 0.35
Hex B1 0 41 0 64 3F 1F 152 64 23
Octal 261 0 101 0 144 77 37 522 144 43
Binary 10110001 0 1000001 0 1100100 111111 11111 101010010 1100100 100011

Color Harmonies of #B10041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10041

Black with #B10041

Text Example


Text Example

White with #B10041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10041; }

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

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

background-color css

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

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

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

border-color css

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

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

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