Html Css Color HEX #9B034A Jazzberry Jam

📋 copy color: '#9B034A'

red 155 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #9B034A

Tints of Jazzberry Jam #9B034A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.9%

R = 66.81%
G = 1.29%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B034A (or 0x9B034A) is known color: Jazzberry Jam. HEX triplet: 9B, 03 and 4A. RGB value is (155,3,74). Sum of RGB (Red+Green+Blue) = 155+3+74=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B034A is #64FCB5. Grayscale: #383838. Windows color (decimal): -6618294 or 4850587. OLE color: 4850587.

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

Color convert

RGB 155 3 74 -
CMYK 0 0.98 0.52 0.39
HSL 331.97º 0.96% 0.31% -
HSV(B) 331.97º 0.98% 0.61% -
XYZ 14.79 7.53 7.15 -
YUV 56.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 155 3 74 0 0.98 0.52 0.39 331.97 0.96 0.31
Hex 9B 3 4A 0 62 34 27 14C 60 1F
Octal 233 3 112 0 142 64 47 514 140 37
Binary 10011011 11 1001010 0 1100010 110100 100111 101001100 1100000 11111

Color Harmonies of #9B034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B034A

Black with #9B034A

Text Example


Text Example

White with #9B034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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