Html Css Color HEX #B10044 Jazzberry Jam

📋 copy color: '#B10044'

red 177 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #B10044

Tints of Jazzberry Jam #B10044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.76%

R = 72.24%
G = 0%
B = 27.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B10044 (or 0xB10044) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 44. RGB value is (177,0,68). Sum of RGB (Red+Green+Blue) = 177+0+68=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B10044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10044 is #4EFFBB. Grayscale: #3C3C3C. Windows color (decimal): -5177276 or 4456625. OLE color: 4456625.

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

Color convert

RGB 177 0 68 -
CMYK 0 1 0.62 0.31
HSL 336.95º 1% 0.35% -
HSV(B) 336.95º 1% 0.69% -
XYZ 19.17 9.76 6.34 -
YUV 60.68 132.14 210.97 -
System Red Green Blue C M Y K H S L
Decimal 177 0 68 0 1 0.62 0.31 336.95 1 0.35
Hex B1 0 44 0 64 3E 1F 151 64 23
Octal 261 0 104 0 144 76 37 521 144 43
Binary 10110001 0 1000100 0 1100100 111110 11111 101010001 1100100 100011

Color Harmonies of #B10044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10044

Black with #B10044

Text Example


Text Example

White with #B10044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10044; }

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

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

background-color css

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

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

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

border-color css

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

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

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