#9B1854

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

Shades of Jazzberry Jam #9B1854

Tints of Jazzberry Jam #9B1854

Color information

#9B1854 (or 0x9B1854) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 18 and 54. RGB value is (155,24,84). Sum of RGB (Red+Green+Blue) = 155+24+84=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1854 is #64E7AB. Grayscale: #454545. Windows color (decimal): -6612908 or 5511323. OLE color: 5511323.

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

Color convert

RGB1552484-
CMYK00.850.460.39
HSL332.52º73.18%35.1%-
HSV(B)332.52º84.52%60.78%-
XYZ15.448.269.17-
YUV70.01135.9188.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=58.94%
G=9.13%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155248400.850.460.39332.5273.1835.1
Hex9B18540552E2714d4923
Octal233301240125564751511143
Binary10011011110001010100010101011011101001111010011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,24,84); }

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

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

 a { background-color: rgb(155,24,84); }

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

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

 span { border-color: rgb(155,24,84); }

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