Html Css Color HEX #AF0244 Jazzberry Jam

📋 copy color: '#AF0244'

red 175 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #AF0244

Tints of Jazzberry Jam #AF0244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 71.43%
G = 0.82%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF0244 (or 0xAF0244) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 44. RGB value is (175,2,68). Sum of RGB (Red+Green+Blue) = 175+2+68=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0244 is #50FDBB. Grayscale: #3D3D3D. Windows color (decimal): -5307836 or 4457135. OLE color: 4457135.

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

Color convert

RGB 175 2 68 -
CMYK 0 0.99 0.61 0.31
HSL 337.11º 0.98% 0.35% -
HSV(B) 337.11º 0.99% 0.69% -
XYZ 18.74 9.57 6.33 -
YUV 61.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 175 2 68 0 0.99 0.61 0.31 337.11 0.98 0.35
Hex AF 2 44 0 63 3D 1F 151 62 23
Octal 257 2 104 0 143 75 37 521 142 43
Binary 10101111 10 1000100 0 1100011 111101 11111 101010001 1100010 100011

Color Harmonies of #AF0244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0244

Black with #AF0244

Text Example


Text Example

White with #AF0244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0244; }

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

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

background-color css

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

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

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

border-color css

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

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

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