#9B0148

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

Shades of Jazzberry Jam #9B0148

Tints of Jazzberry Jam #9B0148

Color information

#9B0148 (or 0x9B0148) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 01 and 48. RGB value is (155,1,72). Sum of RGB (Red+Green+Blue) = 155+1+72=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0148 is #64FEB7. Grayscale: #373737. Windows color (decimal): -6618808 or 4719003. OLE color: 4719003.

HSL color Cylindrical-coordinate representation of color #9B0148: hue angle of 332.34º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0148 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB155172-
CMYK00.990.540.39
HSL332.34º98.72%30.59%-
HSV(B)332.34º99.35%60.78%-
XYZ14.77.466.8-
YUV55.14137.52199.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.98%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=67.98%
G=0.44%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15517200.990.540.39332.3498.7230.59
Hex9B148063362714c631f
Octal23311100143664751414337
Binary100110111100100001100011110110100111101001100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,1,72); }

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

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

 a { background-color: rgb(155,1,72); }

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

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

 span { border-color: rgb(155,1,72); }

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