#AE0242

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

Shades of Jazzberry Jam #AE0242

Tints of Jazzberry Jam #AE0242

Color information

#AE0242 (or 0xAE0242) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 02 and 42. RGB value is (174,2,66). Sum of RGB (Red+Green+Blue) = 174+2+66=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0242 is #51FDBD. Grayscale: #3C3C3C. Windows color (decimal): -5373374 or 4326062. OLE color: 4326062.

HSL color Cylindrical-coordinate representation of color #AE0242: hue angle of 337.67º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0242 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB174266-
CMYK00.990.620.32
HSL337.67º97.73%34.51%-
HSV(B)337.67º98.85%68.24%-
XYZ18.469.446-
YUV60.72130.98208.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.90%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=71.90%
G=0.83%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17426600.990.620.32337.6797.7334.51
HexAE2420633E201526223
Octal25621020143764052214243
Binary10101110101000010011000111111101000001010100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0242; }

 p { color: rgb(174,2,66); }

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

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

 a { background-color: rgb(174,2,66); }

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

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

 span { border-color: rgb(174,2,66); }

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