Html Css Color HEX #AF0341 Jazzberry Jam

📋 copy color: '#AF0341'

red 175 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #AF0341

Tints of Jazzberry Jam #AF0341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.75%

R = 72.02%
G = 1.23%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0341 (or 0xAF0341) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 41. RGB value is (175,3,65). Sum of RGB (Red+Green+Blue) = 175+3+65=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0341 is #50FCBE. Grayscale: #3D3D3D. Windows color (decimal): -5307583 or 4260783. OLE color: 4260783.

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

Color convert

RGB 175 3 65 -
CMYK 0 0.98 0.63 0.31
HSL 338.37º 0.97% 0.35% -
HSV(B) 338.37º 0.98% 0.69% -
XYZ 18.67 9.56 5.86 -
YUV 61.5 129.98 208.96 -
System Red Green Blue C M Y K H S L
Decimal 175 3 65 0 0.98 0.63 0.31 338.37 0.97 0.35
Hex AF 3 41 0 62 3F 1F 152 61 23
Octal 257 3 101 0 142 77 37 522 141 43
Binary 10101111 11 1000001 0 1100010 111111 11111 101010010 1100001 100011

Color Harmonies of #AF0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0341

Black with #AF0341

Text Example


Text Example

White with #AF0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0341; }

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

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

background-color css

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

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

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

border-color css

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

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

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