#930F46

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

Shades of Jazzberry Jam #930F46

Tints of Jazzberry Jam #930F46

Color information

#930F46 (or 0x930F46) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0F and 46. RGB value is (147,15,70). Sum of RGB (Red+Green+Blue) = 147+15+70=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #930F46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F46 is #6CF0B9. Grayscale: #3C3C3C. Windows color (decimal): -7139514 or 4591507. OLE color: 4591507.

HSL color Cylindrical-coordinate representation of color #930F46: hue angle of 335º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F46 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1471570-
CMYK00.900.520.42
HSL335º81.48%31.76%-
HSV(B)335º89.8%57.65%-
XYZ13.316.996.44-
YUV60.74133.23189.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.36%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=63.36%
G=6.47%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147157000.900.520.4233581.4831.76
Hex93F4605A342A14f5120
Octal223171060132645251712140
Binary1001001111111000110010110101101001010101010011111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,15,70); }

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

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

 a { background-color: rgb(147,15,70); }

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

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

 span { border-color: rgb(147,15,70); }

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