Html Css Color HEX #AB0352 Jazzberry Jam

📋 copy color: '#AB0352'

red 171 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #AB0352

Tints of Jazzberry Jam #AB0352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 66.8%
G = 1.17%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB0352 (or 0xAB0352) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 52. RGB value is (171,3,82). Sum of RGB (Red+Green+Blue) = 171+3+82=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0352 is #54FCAD. Grayscale: #3E3E3E. Windows color (decimal): -5569710 or 5374891. OLE color: 5374891.

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

Color convert

RGB 171 3 82 -
CMYK 0 0.98 0.52 0.33
HSL 331.79º 0.97% 0.34% -
HSV(B) 331.79º 0.98% 0.67% -
XYZ 18.35 9.33 8.82 -
YUV 62.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 171 3 82 0 0.98 0.52 0.33 331.79 0.97 0.34
Hex AB 3 52 0 62 34 21 14C 61 22
Octal 253 3 122 0 142 64 41 514 141 42
Binary 10101011 11 1010010 0 1100010 110100 100001 101001100 1100001 100010

Color Harmonies of #AB0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0352

Black with #AB0352

Text Example


Text Example

White with #AB0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0352; }

 p { color: rgb(171,3,82); }

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

background-color css

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

 a { background-color: rgb(171,3,82); }

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

border-color css

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

 span { border-color: rgb(171,3,82); }

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