Html Css Color HEX #AF0242 Jazzberry Jam

📋 copy color: '#AF0242'

red 175 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #AF0242

Tints of Jazzberry Jam #AF0242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 72.02%
G = 0.82%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0242 (or 0xAF0242) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 42. RGB value is (175,2,66). Sum of RGB (Red+Green+Blue) = 175+2+66=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0242 is #50FDBD. Grayscale: #3C3C3C. Windows color (decimal): -5307838 or 4326063. OLE color: 4326063.

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

Color convert

RGB 175 2 66 -
CMYK 0 0.99 0.62 0.31
HSL 337.8º 0.98% 0.35% -
HSV(B) 337.8º 0.99% 0.69% -
XYZ 18.68 9.55 6.01 -
YUV 61.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 175 2 66 0 0.99 0.62 0.31 337.8 0.98 0.35
Hex AF 2 42 0 63 3E 1F 152 62 23
Octal 257 2 102 0 143 76 37 522 142 43
Binary 10101111 10 1000010 0 1100011 111110 11111 101010010 1100010 100011

Color Harmonies of #AF0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0242

Black with #AF0242

Text Example


Text Example

White with #AF0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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