#940342

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

Shades of Jazzberry Jam #940342

Tints of Jazzberry Jam #940342

Color information

#940342 (or 0x940342) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 03 and 42. RGB value is (148,3,66). Sum of RGB (Red+Green+Blue) = 148+3+66=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #940342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940342 is #6BFCBD. Grayscale: #353535. Windows color (decimal): -7077054 or 4326292. OLE color: 4326292.

HSL color Cylindrical-coordinate representation of color #940342: hue angle of 333.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940342 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB148366-
CMYK00.980.550.42
HSL333.93º96.03%29.61%-
HSV(B)333.93º97.97%58.04%-
XYZ13.236.755.76-
YUV53.54135.04195.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.20%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=68.20%
G=1.38%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14836600.980.550.42333.9396.0329.61
Hex94342062372A14e601e
Octal22431020142675251614036
Binary1001010011100001001100010110111101010101001110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940342; }

 p { color: rgb(148,3,66); }

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

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

 a { background-color: rgb(148,3,66); }

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

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

 span { border-color: rgb(148,3,66); }

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