#AB023C

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

Shades of Jazzberry Jam #AB023C

Tints of Jazzberry Jam #AB023C

Color information

#AB023C (or 0xAB023C) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 02 and 3C. RGB value is (171,2,60). Sum of RGB (Red+Green+Blue) = 171+2+60=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB023C is #54FDC3. Grayscale: #3B3B3B. Windows color (decimal): -5569988 or 3932843. OLE color: 3932843.

HSL color Cylindrical-coordinate representation of color #AB023C: hue angle of 339.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB023C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB171260-
CMYK00.990.650.33
HSL339.41º97.69%33.92%-
HSV(B)339.41º98.83%67.06%-
XYZ17.639.035.09-
YUV59.14128.49207.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.39%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=73.39%
G=0.86%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17126000.990.650.33339.4197.6933.92
HexAB23C06341211536222
Octal25327401431014152314242
Binary10101011101111000110001110000011000011010100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB023C; }

 p { color: rgb(171,2,60); }

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

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

 a { background-color: rgb(171,2,60); }

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

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

 span { border-color: rgb(171,2,60); }

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