Html Css Color HEX #AB0345 Jazzberry Jam

📋 copy color: '#AB0345'

red 171 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #AB0345

Tints of Jazzberry Jam #AB0345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.4%

R = 70.37%
G = 1.23%
B = 28.4%

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

#AB0345 (or 0xAB0345) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 45. RGB value is (171,3,69). Sum of RGB (Red+Green+Blue) = 171+3+69=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0345 is #54FCBA. Grayscale: #3C3C3C. Windows color (decimal): -5569723 or 4522923. OLE color: 4522923.

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

Color convert

RGB 171 3 69 -
CMYK 0 0.98 0.60 0.33
HSL 336.43º 0.97% 0.34% -
HSV(B) 336.43º 0.98% 0.67% -
XYZ 17.9 9.15 6.45 -
YUV 60.76 132.66 206.63 -
System Red Green Blue C M Y K H S L
Decimal 171 3 69 0 0.98 0.60 0.33 336.43 0.97 0.34
Hex AB 3 45 0 62 3C 21 150 61 22
Octal 253 3 105 0 142 74 41 520 141 42
Binary 10101011 11 1000101 0 1100010 111100 100001 101010000 1100001 100010

Color Harmonies of #AB0345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0345

Black with #AB0345

Text Example


Text Example

White with #AB0345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0345; }

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

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

background-color css

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

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

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

border-color css

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

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

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