#930B4E

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

Shades of Jazzberry Jam #930B4E

Tints of Jazzberry Jam #930B4E

Color information

#930B4E (or 0x930B4E) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0B and 4E. RGB value is (147,11,78). Sum of RGB (Red+Green+Blue) = 147+11+78=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #930B4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930B4E is #6CF4B1. Grayscale: #3B3B3B. Windows color (decimal): -7140530 or 5114771. OLE color: 5114771.

HSL color Cylindrical-coordinate representation of color #930B4E: hue angle of 330.44º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B4E is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1471178-
CMYK00.930.470.42
HSL330.44º86.08%30.98%-
HSV(B)330.44º92.52%57.65%-
XYZ13.536.997.84-
YUV59.3138.56190.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.29%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=62.29%
G=4.66%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147117800.930.470.42330.4486.0830.98
Hex93B4E05D2F2A14a561f
Octal223131160135575251212637
Binary100100111011100111001011101101111101010101001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930B4E; }

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

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

<style>
 a { background-color: #930B4E; }

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

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

<style>
 span { border-color: #930B4E; }

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

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