Html Css Color HEX #AF0346 Jazzberry Jam

📋 copy color: '#AF0346'

red 175 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #AF0346

Tints of Jazzberry Jam #AF0346

RGB

 RED value IS 175 (68.75% from 255) = 70.56%

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

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 70.56%
G = 1.21%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF0346 (or 0xAF0346) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 46. RGB value is (175,3,70). Sum of RGB (Red+Green+Blue) = 175+3+70=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0346 is #50FCB9. Grayscale: #3D3D3D. Windows color (decimal): -5307578 or 4588463. OLE color: 4588463.

HSL color Cylindrical-coordinate representation of color #AF0346: hue angle of 336.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0346 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 70 -
CMYK 0 0.98 0.60 0.31
HSL 336.63º 0.97% 0.35% -
HSV(B) 336.63º 0.98% 0.69% -
XYZ 18.82 9.62 6.66 -
YUV 62.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 175 3 70 0 0.98 0.60 0.31 336.63 0.97 0.35
Hex AF 3 46 0 62 3C 1F 151 61 23
Octal 257 3 106 0 142 74 37 521 141 43
Binary 10101111 11 1000110 0 1100010 111100 11111 101010001 1100001 100011

Color Harmonies of #AF0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0346

Black with #AF0346

Text Example


Text Example

White with #AF0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0346; }

 p { color: rgb(175,3,70); }

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

background-color css

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

 a { background-color: rgb(175,3,70); }

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

border-color css

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

 span { border-color: rgb(175,3,70); }

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