Html Css Color HEX #AF033F Jazzberry Jam

📋 copy color: '#AF033F'

red 175 ◦ green 3 ◦ blue 63

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

Shades of Jazzberry Jam #AF033F

Tints of Jazzberry Jam #AF033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.14%

R = 72.61%
G = 1.24%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF033F (or 0xAF033F) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 3F. RGB value is (175,3,63). Sum of RGB (Red+Green+Blue) = 175+3+63=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF033F is #50FCC0. Grayscale: #3D3D3D. Windows color (decimal): -5307585 or 4129711. OLE color: 4129711.

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

Color convert

RGB 175 3 63 -
CMYK 0 0.98 0.64 0.31
HSL 339.07º 0.97% 0.35% -
HSV(B) 339.07º 0.98% 0.69% -
XYZ 18.61 9.54 5.56 -
YUV 61.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 175 3 63 0 0.98 0.64 0.31 339.07 0.97 0.35
Hex AF 3 3F 0 62 40 1F 153 61 23
Octal 257 3 77 0 142 100 37 523 141 43
Binary 10101111 11 111111 0 1100010 1000000 11111 101010011 1100001 100011

Color Harmonies of #AF033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF033F

Black with #AF033F

Text Example


Text Example

White with #AF033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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