Html Css Color HEX #AC0348 Jazzberry Jam

📋 copy color: '#AC0348'

red 172 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #AC0348

Tints of Jazzberry Jam #AC0348

RGB

 RED value IS 172 (67.58% from 255) = 69.64%

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

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 69.64%
G = 1.21%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC0348 (or 0xAC0348) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 48. RGB value is (172,3,72). Sum of RGB (Red+Green+Blue) = 172+3+72=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0348 is #53FCB7. Grayscale: #3D3D3D. Windows color (decimal): -5504184 or 4719532. OLE color: 4719532.

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

Color convert

RGB 172 3 72 -
CMYK 0 0.98 0.58 0.33
HSL 335.5º 0.97% 0.34% -
HSV(B) 335.5º 0.98% 0.67% -
XYZ 18.22 9.3 6.97 -
YUV 61.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 172 3 72 0 0.98 0.58 0.33 335.5 0.97 0.34
Hex AC 3 48 0 62 3A 21 150 61 22
Octal 254 3 110 0 142 72 41 520 141 42
Binary 10101100 11 1001000 0 1100010 111010 100001 101010000 1100001 100010

Color Harmonies of #AC0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0348

Black with #AC0348

Text Example


Text Example

White with #AC0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0348; }

 p { color: rgb(172,3,72); }

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

background-color css

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

 a { background-color: rgb(172,3,72); }

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

border-color css

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

 span { border-color: rgb(172,3,72); }

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