#9B0B4E

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

Shades of Jazzberry Jam #9B0B4E

Tints of Jazzberry Jam #9B0B4E

Color information

#9B0B4E (or 0x9B0B4E) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 0B and 4E. RGB value is (155,11,78). Sum of RGB (Red+Green+Blue) = 155+11+78=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0B4E is #64F4B1. Grayscale: #3D3D3D. Windows color (decimal): -6616242 or 5114779. OLE color: 5114779.

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

Color convert

RGB1551178-
CMYK00.930.500.39
HSL332.08º86.75%32.55%-
HSV(B)332.08º92.9%60.78%-
XYZ15.017.767.91-
YUV61.69137.21194.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.52%
GREEN value IS 11 (4.69% from 255) = 4.51%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=63.52%
G=4.51%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155117800.930.500.39332.0886.7532.55
Hex9BB4E05D322714c5721
Octal233131160135624751412741
Binary1001101110111001110010111011100101001111010011001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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