#9B0B4A

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

Shades of Jazzberry Jam #9B0B4A

Tints of Jazzberry Jam #9B0B4A

Color information

#9B0B4A (or 0x9B0B4A) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 0B and 4A. RGB value is (155,11,74). Sum of RGB (Red+Green+Blue) = 155+11+74=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0B4A is #64F4B5. Grayscale: #3D3D3D. Windows color (decimal): -6616246 or 4852635. OLE color: 4852635.

HSL color Cylindrical-coordinate representation of color #9B0B4A: hue angle of 333.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B4A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1551174-
CMYK00.930.520.39
HSL333.75º86.75%32.55%-
HSV(B)333.75º92.9%60.78%-
XYZ14.877.77.18-
YUV61.24135.21194.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=64.58%
G=4.58%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155117400.930.520.39333.7586.7532.55
Hex9BB4A05D342714e5721
Octal233131120135644751612741
Binary1001101110111001010010111011101001001111010011101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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