Html Css Color HEX #AF0348 Jazzberry Jam

📋 copy color: '#AF0348'

red 175 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #AF0348

Tints of Jazzberry Jam #AF0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 70%
G = 1.2%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF0348 (or 0xAF0348) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 48. RGB value is (175,3,72). Sum of RGB (Red+Green+Blue) = 175+3+72=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0348 is #50FCB7. Grayscale: #3E3E3E. Windows color (decimal): -5307576 or 4719535. OLE color: 4719535.

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

Color convert

RGB 175 3 72 -
CMYK 0 0.98 0.59 0.31
HSL 335.93º 0.97% 0.35% -
HSV(B) 335.93º 0.98% 0.69% -
XYZ 18.88 9.65 7 -
YUV 62.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 175 3 72 0 0.98 0.59 0.31 335.93 0.97 0.35
Hex AF 3 48 0 62 3B 1F 150 61 23
Octal 257 3 110 0 142 73 37 520 141 43
Binary 10101111 11 1001000 0 1100010 111011 11111 101010000 1100001 100011

Color Harmonies of #AF0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0348

Black with #AF0348

Text Example


Text Example

White with #AF0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0348; }

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

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

background-color css

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

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

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

border-color css

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

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

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