Html Css Color HEX #AB003D Jazzberry Jam

📋 copy color: '#AB003D'

red 171 ◦ green 0 ◦ blue 61

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

Shades of Jazzberry Jam #AB003D

Tints of Jazzberry Jam #AB003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 73.71%
G = 0%
B = 26.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB003D (or 0xAB003D) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 3D. RGB value is (171,0,61). Sum of RGB (Red+Green+Blue) = 171+0+61=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB003D is #54FFC2. Grayscale: #3A3A3A. Windows color (decimal): -5570499 or 3997867. OLE color: 3997867.

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

Color convert

RGB 171 0 61 -
CMYK 0 1 0.64 0.33
HSL 338.6º 1% 0.34% -
HSV(B) 338.6º 1% 0.67% -
XYZ 17.64 8.99 5.22 -
YUV 58.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 171 0 61 0 1 0.64 0.33 338.6 1 0.34
Hex AB 0 3D 0 64 40 21 153 64 22
Octal 253 0 75 0 144 100 41 523 144 42
Binary 10101011 0 111101 0 1100100 1000000 100001 101010011 1100100 100010

Color Harmonies of #AB003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB003D

Black with #AB003D

Text Example


Text Example

White with #AB003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB003D; }

 p { color: rgb(171,0,61); }

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

background-color css

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

 a { background-color: rgb(171,0,61); }

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

border-color css

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

 span { border-color: rgb(171,0,61); }

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