Html Css Color HEX #AF0340 Jazzberry Jam

📋 copy color: '#AF0340'

red 175 ◦ green 3 ◦ blue 64

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

Shades of Jazzberry Jam #AF0340

Tints of Jazzberry Jam #AF0340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 72.31%
G = 1.24%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0340 (or 0xAF0340) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 40. RGB value is (175,3,64). Sum of RGB (Red+Green+Blue) = 175+3+64=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0340 is #50FCBF. Grayscale: #3D3D3D. Windows color (decimal): -5307584 or 4195247. OLE color: 4195247.

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

Color convert

RGB 175 3 64 -
CMYK 0 0.98 0.63 0.31
HSL 338.72º 0.97% 0.35% -
HSV(B) 338.72º 0.98% 0.69% -
XYZ 18.64 9.55 5.71 -
YUV 61.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 175 3 64 0 0.98 0.63 0.31 338.72 0.97 0.35
Hex AF 3 40 0 62 3F 1F 153 61 23
Octal 257 3 100 0 142 77 37 523 141 43
Binary 10101111 11 1000000 0 1100010 111111 11111 101010011 1100001 100011

Color Harmonies of #AF0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0340

Black with #AF0340

Text Example


Text Example

White with #AF0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0340; }

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

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

background-color css

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

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

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

border-color css

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

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

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