Html Css Color HEX #B11367 Jazzberry Jam

📋 copy color: '#B11367'

red 177 ◦ green 19 ◦ blue 103

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

Shades of Jazzberry Jam #B11367

Tints of Jazzberry Jam #B11367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 59.2%
G = 6.35%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B11367 (or 0xB11367) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 67. RGB value is (177,19,103). Sum of RGB (Red+Green+Blue) = 177+19+103=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B11367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11367 is #4EEC98. Grayscale: #4B4B4B. Windows color (decimal): -5172377 or 6755249. OLE color: 6755249.

HSL color Cylindrical-coordinate representation of color #B11367: hue angle of 328.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11367 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 103 -
CMYK 0 0.89 0.42 0.31
HSL 328.1º 0.81% 0.38% -
HSV(B) 328.1º 0.89% 0.69% -
XYZ 20.81 10.79 13.82 -
YUV 75.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 177 19 103 0 0.89 0.42 0.31 328.1 0.81 0.38
Hex B1 13 67 0 59 2A 1F 148 51 26
Octal 261 23 147 0 131 52 37 510 121 46
Binary 10110001 10011 1100111 0 1011001 101010 11111 101001000 1010001 100110

Color Harmonies of #B11367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11367

Black with #B11367

Text Example


Text Example

White with #B11367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11367; }

 p { color: rgb(177,19,103); }

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

background-color css

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

 a { background-color: rgb(177,19,103); }

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

border-color css

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

 span { border-color: rgb(177,19,103); }

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