Html Css Color HEX #9B0346 Jazzberry Jam

📋 copy color: '#9B0346'

red 155 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #9B0346

Tints of Jazzberry Jam #9B0346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 67.98%
G = 1.32%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B0346 (or 0x9B0346) is known color: Jazzberry Jam. HEX triplet: 9B, 03 and 46. RGB value is (155,3,70). Sum of RGB (Red+Green+Blue) = 155+3+70=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0346 is #64FCB9. Grayscale: #373737. Windows color (decimal): -6618298 or 4588443. OLE color: 4588443.

HSL color Cylindrical-coordinate representation of color #9B0346: hue angle of 333.55º 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 #9B0346 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 3 70 -
CMYK 0 0.98 0.55 0.39
HSL 333.55º 0.96% 0.31% -
HSV(B) 333.55º 0.98% 0.61% -
XYZ 14.66 7.48 6.46 -
YUV 56.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 155 3 70 0 0.98 0.55 0.39 333.55 0.96 0.31
Hex 9B 3 46 0 62 37 27 14E 60 1F
Octal 233 3 106 0 142 67 47 516 140 37
Binary 10011011 11 1000110 0 1100010 110111 100111 101001110 1100000 11111

Color Harmonies of #9B0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0346

Black with #9B0346

Text Example


Text Example

White with #9B0346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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