#9B034C

Color #9B034C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9B034C

Tints of Jazzberry Jam #9B034C

Color information

#9B034C (or 0x9B034C) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 03 and 4C. RGB value is (155,3,76). Sum of RGB (Red+Green+Blue) = 155+3+76=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B034C is #64FCB3. Grayscale: #383838. Windows color (decimal): -6618292 or 4981659. OLE color: 4981659.

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

Color convert

RGB155376-
CMYK00.980.510.39
HSL331.18º96.2%30.98%-
HSV(B)331.18º98.06%60.78%-
XYZ14.857.567.51-
YUV56.77138.86198.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.24%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=66.24%
G=1.28%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15537600.980.510.39331.1896.230.98
Hex9B34C062332714b601f
Octal23331140142634751314037
Binary1001101111100110001100010110011100111101001011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B034C;
 }
 .AnyTagClassName
 {
   color: #9B034C;
 }
</style>
background-color css

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

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

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

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

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

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