Html Css Color HEX #AB0C44 Jazzberry Jam

📋 copy color: '#AB0C44'

red 171 ◦ green 12 ◦ blue 68

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

Shades of Jazzberry Jam #AB0C44

Tints of Jazzberry Jam #AB0C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

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

R = 68.13%
G = 4.78%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB0C44 (or 0xAB0C44) is known color: Jazzberry Jam. HEX triplet: AB, 0C and 44. RGB value is (171,12,68). Sum of RGB (Red+Green+Blue) = 171+12+68=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C44 is #54F3BB. Grayscale: #414141. Windows color (decimal): -5567420 or 4459691. OLE color: 4459691.

HSL color Cylindrical-coordinate representation of color #AB0C44: hue angle of 338.87º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C44 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 68 -
CMYK 0 0.93 0.60 0.33
HSL 338.87º 0.87% 0.36% -
HSV(B) 338.87º 0.93% 0.67% -
XYZ 17.97 9.34 6.32 -
YUV 65.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 171 12 68 0 0.93 0.60 0.33 338.87 0.87 0.36
Hex AB C 44 0 5D 3C 21 153 57 24
Octal 253 14 104 0 135 74 41 523 127 44
Binary 10101011 1100 1000100 0 1011101 111100 100001 101010011 1010111 100100

Color Harmonies of #AB0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C44

Black with #AB0C44

Text Example


Text Example

White with #AB0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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