Html Css Color HEX #9B1C5B Jazzberry Jam

📋 copy color: '#9B1C5B'

red 155 ◦ green 28 ◦ blue 91

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

Shades of Jazzberry Jam #9B1C5B

Tints of Jazzberry Jam #9B1C5B

RGB

 RED value IS 155 (60.94% from 255) = 56.57%

 GREEN value IS 28 (11.33% from 255) = 10.22%

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 56.57%
G = 10.22%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B1C5B (or 0x9B1C5B) is known color: Jazzberry Jam. HEX triplet: 9B, 1C and 5B. RGB value is (155,28,91). Sum of RGB (Red+Green+Blue) = 155+28+91=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1C5B is #64E3A4. Grayscale: #494949. Windows color (decimal): -6611877 or 5971099. OLE color: 5971099.

HSL color Cylindrical-coordinate representation of color #9B1C5B: hue angle of 330.24º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C5B is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 28 91 -
CMYK 0 0.82 0.41 0.39
HSL 330.24º 0.69% 0.36% -
HSV(B) 330.24º 0.82% 0.61% -
XYZ 15.82 8.55 10.71 -
YUV 73.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 155 28 91 0 0.82 0.41 0.39 330.24 0.69 0.36
Hex 9B 1C 5B 0 52 29 27 14A 45 24
Octal 233 34 133 0 122 51 47 512 105 44
Binary 10011011 11100 1011011 0 1010010 101001 100111 101001010 1000101 100100

Color Harmonies of #9B1C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C5B

Black with #9B1C5B

Text Example


Text Example

White with #9B1C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B1C5B; }

 p { color: rgb(155,28,91); }

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

background-color css

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

 a { background-color: rgb(155,28,91); }

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

border-color css

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

 span { border-color: rgb(155,28,91); }

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