Html Css Color HEX #AF013F Jazzberry Jam

📋 copy color: '#AF013F'

red 175 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #AF013F

Tints of Jazzberry Jam #AF013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 73.22%
G = 0.42%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF013F (or 0xAF013F) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 3F. RGB value is (175,1,63). Sum of RGB (Red+Green+Blue) = 175+1+63=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF013F is #50FEC0. Grayscale: #3C3C3C. Windows color (decimal): -5308097 or 4129199. OLE color: 4129199.

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

Color convert

RGB 175 1 63 -
CMYK 0 0.99 0.64 0.31
HSL 338.62º 0.99% 0.35% -
HSV(B) 338.62º 0.99% 0.69% -
XYZ 18.59 9.49 5.56 -
YUV 60.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 175 1 63 0 0.99 0.64 0.31 338.62 0.99 0.35
Hex AF 1 3F 0 63 40 1F 153 63 23
Octal 257 1 77 0 143 100 37 523 143 43
Binary 10101111 1 111111 0 1100011 1000000 11111 101010011 1100011 100011

Color Harmonies of #AF013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF013F

Black with #AF013F

Text Example


Text Example

White with #AF013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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