Html Css Color HEX #B11968 Jazzberry Jam

📋 copy color: '#B11968'

red 177 ◦ green 25 ◦ blue 104

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

Shades of Jazzberry Jam #B11968

Tints of Jazzberry Jam #B11968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 57.84%
G = 8.17%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B11968 (or 0xB11968) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 68. RGB value is (177,25,104). Sum of RGB (Red+Green+Blue) = 177+25+104=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B11968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11968 is #4EE697. Grayscale: #4F4F4F. Windows color (decimal): -5170840 or 6822321. OLE color: 6822321.

HSL color Cylindrical-coordinate representation of color #B11968: hue angle of 328.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11968 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 104 -
CMYK 0 0.86 0.41 0.31
HSL 328.82º 0.75% 0.4% -
HSV(B) 328.82º 0.86% 0.69% -
XYZ 20.98 11.04 14.12 -
YUV 79.45 141.86 197.58 -
System Red Green Blue C M Y K H S L
Decimal 177 25 104 0 0.86 0.41 0.31 328.82 0.75 0.4
Hex B1 19 68 0 56 29 1F 149 4B 28
Octal 261 31 150 0 126 51 37 511 113 50
Binary 10110001 11001 1101000 0 1010110 101001 11111 101001001 1001011 101000

Color Harmonies of #B11968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11968

Black with #B11968

Text Example


Text Example

White with #B11968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11968; }

 p { color: rgb(177,25,104); }

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

background-color css

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

 a { background-color: rgb(177,25,104); }

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

border-color css

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

 span { border-color: rgb(177,25,104); }

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