#930F4B

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

Shades of Jazzberry Jam #930F4B

Tints of Jazzberry Jam #930F4B

Color information

#930F4B (or 0x930F4B) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0F and 4B. RGB value is (147,15,75). Sum of RGB (Red+Green+Blue) = 147+15+75=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #930F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F4B is #6CF0B4. Grayscale: #3D3D3D. Windows color (decimal): -7139509 or 4919187. OLE color: 4919187.

HSL color Cylindrical-coordinate representation of color #930F4B: hue angle of 332.73º 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 #930F4B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1471575-
CMYK00.900.490.42
HSL332.73º81.48%31.76%-
HSV(B)332.73º89.8%57.65%-
XYZ13.477.057.31-
YUV61.31135.73189.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.03%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=62.03%
G=6.33%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147157500.900.490.42332.7381.4831.76
Hex93F4B05A312A14d5120
Octal223171130132615251512140
Binary1001001111111001011010110101100011010101010011011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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