Html Css Color HEX #AB0240 Jazzberry Jam

📋 copy color: '#AB0240'

red 171 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #AB0240

Tints of Jazzberry Jam #AB0240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27%

R = 72.15%
G = 0.84%
B = 27%

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

#AB0240 (or 0xAB0240) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 40. RGB value is (171,2,64). Sum of RGB (Red+Green+Blue) = 171+2+64=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0240 is #54FDBF. Grayscale: #3B3B3B. Windows color (decimal): -5569984 or 4194987. OLE color: 4194987.

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

Color convert

RGB 171 2 64 -
CMYK 0 0.99 0.63 0.33
HSL 337.99º 0.98% 0.34% -
HSV(B) 337.99º 0.99% 0.67% -
XYZ 17.74 9.07 5.67 -
YUV 59.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 171 2 64 0 0.99 0.63 0.33 337.99 0.98 0.34
Hex AB 2 40 0 63 3F 21 152 62 22
Octal 253 2 100 0 143 77 41 522 142 42
Binary 10101011 10 1000000 0 1100011 111111 100001 101010010 1100010 100010

Color Harmonies of #AB0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0240

Black with #AB0240

Text Example


Text Example

White with #AB0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0240; }

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

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

background-color css

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

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

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

border-color css

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

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

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