Html Css Color HEX #9B0350 Jazzberry Jam

📋 copy color: '#9B0350'

red 155 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #9B0350

Tints of Jazzberry Jam #9B0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 65.13%
G = 1.26%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B0350 (or 0x9B0350) is known color: Jazzberry Jam. HEX triplet: 9B, 03 and 50. RGB value is (155,3,80). Sum of RGB (Red+Green+Blue) = 155+3+80=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0350 is #64FCAF. Grayscale: #393939. Windows color (decimal): -6618288 or 5243803. OLE color: 5243803.

HSL color Cylindrical-coordinate representation of color #9B0350: hue angle of 329.61º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B0350 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 3 80 -
CMYK 0 0.98 0.48 0.39
HSL 329.61º 0.96% 0.31% -
HSV(B) 329.61º 0.98% 0.61% -
XYZ 15 7.61 8.27 -
YUV 57.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 155 3 80 0 0.98 0.48 0.39 329.61 0.96 0.31
Hex 9B 3 50 0 62 30 27 14A 60 1F
Octal 233 3 120 0 142 60 47 512 140 37
Binary 10011011 11 1010000 0 1100010 110000 100111 101001010 1100000 11111

Color Harmonies of #9B0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0350

Black with #9B0350

Text Example


Text Example

White with #9B0350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,3,80); }

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

background-color css

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

 a { background-color: rgb(155,3,80); }

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

border-color css

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

 span { border-color: rgb(155,3,80); }

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