#A30042

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

Shades of Jazzberry Jam #A30042

Tints of Jazzberry Jam #A30042

Color information

#A30042 (or 0xA30042) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 42. RGB value is (163,0,66). Sum of RGB (Red+Green+Blue) = 163+0+66=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A30042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30042 is #5CFFBD. Grayscale: #383838. Windows color (decimal): -6094782 or 4325539. OLE color: 4325539.

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

Color convert

RGB163066-
CMYK010.600.36
HSL335.71º100%31.96%-
HSV(B)335.71º100%63.92%-
XYZ16.098.185.89-
YUV56.26133.5204.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=71.18%
G=0%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163066010.600.36335.7110031.96
HexA30420643C241506420
Octal24301020144744452014440
Binary1010001101000010011001001111001001001010100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30042; }

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

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

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

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

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

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

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

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