Html Css Color HEX #AB0344 Jazzberry Jam

📋 copy color: '#AB0344'

red 171 ◦ green 3 ◦ blue 68

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

Shades of Jazzberry Jam #AB0344

Tints of Jazzberry Jam #AB0344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.1%

R = 70.66%
G = 1.24%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB0344 (or 0xAB0344) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 44. RGB value is (171,3,68). Sum of RGB (Red+Green+Blue) = 171+3+68=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0344 is #54FCBB. Grayscale: #3C3C3C. Windows color (decimal): -5569724 or 4457387. OLE color: 4457387.

HSL color Cylindrical-coordinate representation of color #AB0344: hue angle of 336.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 #AB0344 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 68 -
CMYK 0 0.98 0.60 0.33
HSL 336.79º 0.97% 0.34% -
HSV(B) 336.79º 0.98% 0.67% -
XYZ 17.87 9.14 6.29 -
YUV 60.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 171 3 68 0 0.98 0.60 0.33 336.79 0.97 0.34
Hex AB 3 44 0 62 3C 21 151 61 22
Octal 253 3 104 0 142 74 41 521 141 42
Binary 10101011 11 1000100 0 1100010 111100 100001 101010001 1100001 100010

Color Harmonies of #AB0344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0344

Black with #AB0344

Text Example


Text Example

White with #AB0344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0344; }

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

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

background-color css

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

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

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

border-color css

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

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

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