#9B0D43

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

Shades of Jazzberry Jam #9B0D43

Tints of Jazzberry Jam #9B0D43

Color information

#9B0D43 (or 0x9B0D43) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 0D and 43. RGB value is (155,13,67). Sum of RGB (Red+Green+Blue) = 155+13+67=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0D43 is #64F2BC. Grayscale: #3D3D3D. Windows color (decimal): -6615741 or 4394395. OLE color: 4394395.

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

Color convert

RGB1551367-
CMYK00.920.570.39
HSL337.18º84.52%32.94%-
HSV(B)337.18º91.61%60.78%-
XYZ14.677.666.02-
YUV61.61131.04194.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.96%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=65.96%
G=5.53%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155136700.920.570.39337.1884.5232.94
Hex9BD4305C39271515521
Octal233151030134714752112541
Binary1001101111011000011010111001110011001111010100011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,13,67); }

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

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

 a { background-color: rgb(155,13,67); }

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

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

 span { border-color: rgb(155,13,67); }

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