#9B013D

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

Shades of Jazzberry Jam #9B013D

Tints of Jazzberry Jam #9B013D

Color information

#9B013D (or 0x9B013D) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 01 and 3D. RGB value is (155,1,61). Sum of RGB (Red+Green+Blue) = 155+1+61=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B013D is #64FEC2. Grayscale: #353535. Windows color (decimal): -6618819 or 3998107. OLE color: 3998107.

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

Color convert

RGB155161-
CMYK00.990.610.39
HSL336.62º98.72%30.59%-
HSV(B)336.62º99.35%60.78%-
XYZ14.377.335.07-
YUV53.89132.02200.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=71.43%
G=0.46%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15516100.990.610.39336.6298.7230.59
Hex9B13D0633D27151631f
Octal2331750143754752114337
Binary10011011111110101100011111101100111101010001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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