Html Css Color HEX #AB023F Jazzberry Jam

📋 copy color: '#AB023F'

red 171 ◦ green 2 ◦ blue 63

#AB023F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AB023F

Tints of Jazzberry Jam #AB023F

RGB

 RED value IS 171 (67.19% from 255) = 72.46%

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 63 (25% from 255) = 26.69%

R = 72.46%
G = 0.85%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB023F (or 0xAB023F) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 3F. RGB value is (171,2,63). Sum of RGB (Red+Green+Blue) = 171+2+63=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB023F is #54FDC0. Grayscale: #3B3B3B. Windows color (decimal): -5569985 or 4129451. OLE color: 4129451.

HSL color Cylindrical-coordinate representation of color #AB023F: hue angle of 338.34º 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 #AB023F is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 63 -
CMYK 0 0.99 0.63 0.33
HSL 338.34º 0.98% 0.34% -
HSV(B) 338.34º 0.99% 0.67% -
XYZ 17.71 9.06 5.52 -
YUV 59.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 171 2 63 0 0.99 0.63 0.33 338.34 0.98 0.34
Hex AB 2 3F 0 63 3F 21 152 62 22
Octal 253 2 77 0 143 77 41 522 142 42
Binary 10101011 10 111111 0 1100011 111111 100001 101010010 1100010 100010

Color Harmonies of #AB023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB023F

Black with #AB023F

Text Example


Text Example

White with #AB023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB023F; }

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

 H1.HeaderClassName
 {
   color: #AB023F;
 }
 .AnyTagClassName
 {
   color: #AB023F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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