#A30742

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

Shades of Jazzberry Jam #A30742

Tints of Jazzberry Jam #A30742

Color information

#A30742 (or 0xA30742) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 07 and 42. RGB value is (163,7,66). Sum of RGB (Red+Green+Blue) = 163+7+66=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A30742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30742 is #5CF8BD. Grayscale: #3C3C3C. Windows color (decimal): -6092990 or 4327331. OLE color: 4327331.

HSL color Cylindrical-coordinate representation of color #A30742: hue angle of 337.31º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30742 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB163766-
CMYK00.960.600.36
HSL337.31º91.76%33.33%-
HSV(B)337.31º95.71%63.92%-
XYZ16.168.335.91-
YUV60.37131.18201.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.07%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=69.07%
G=2.97%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16376600.960.600.36337.3191.7633.33
HexA37420603C241515c21
Octal24371020140744452113441
Binary101000111111000010011000001111001001001010100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30742; }

 p { color: rgb(163,7,66); }

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

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

 a { background-color: rgb(163,7,66); }

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

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

 span { border-color: rgb(163,7,66); }

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