Html Css Color HEX #AF0344 Jazzberry Jam

📋 copy color: '#AF0344'

red 175 ◦ green 3 ◦ blue 68

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

Shades of Jazzberry Jam #AF0344

Tints of Jazzberry Jam #AF0344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.64%

R = 71.14%
G = 1.22%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF0344 (or 0xAF0344) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 44. RGB value is (175,3,68). Sum of RGB (Red+Green+Blue) = 175+3+68=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0344 is #50FCBB. Grayscale: #3D3D3D. Windows color (decimal): -5307580 or 4457391. OLE color: 4457391.

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

Color convert

RGB 175 3 68 -
CMYK 0 0.98 0.61 0.31
HSL 337.33º 0.97% 0.35% -
HSV(B) 337.33º 0.98% 0.69% -
XYZ 18.76 9.6 6.33 -
YUV 61.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 175 3 68 0 0.98 0.61 0.31 337.33 0.97 0.35
Hex AF 3 44 0 62 3D 1F 151 61 23
Octal 257 3 104 0 142 75 37 521 141 43
Binary 10101111 11 1000100 0 1100010 111101 11111 101010001 1100001 100011

Color Harmonies of #AF0344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0344

Black with #AF0344

Text Example


Text Example

White with #AF0344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0344; }

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

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

background-color css

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

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

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

border-color css

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

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

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