#A30045

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

Shades of Jazzberry Jam #A30045

Tints of Jazzberry Jam #A30045

Color information

#A30045 (or 0xA30045) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 45. RGB value is (163,0,69). Sum of RGB (Red+Green+Blue) = 163+0+69=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A30045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30045 is #5CFFBA. Grayscale: #383838. Windows color (decimal): -6094779 or 4522147. OLE color: 4522147.

HSL color Cylindrical-coordinate representation of color #A30045: hue angle of 334.6º 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 #A30045 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB163069-
CMYK010.580.36
HSL334.6º100%31.96%-
HSV(B)334.6º100%63.92%-
XYZ16.188.226.36-
YUV56.6135203.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=70.26%
G=0%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163069010.580.36334.610031.96
HexA30450643A2414f6420
Octal24301050144724451714440
Binary1010001101000101011001001110101001001010011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30045; }

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

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

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

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

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

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

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

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