Html Css Color HEX #AE003F Jazzberry Jam

📋 copy color: '#AE003F'

red 174 ◦ green 0 ◦ blue 63

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

Shades of Jazzberry Jam #AE003F

Tints of Jazzberry Jam #AE003F

RGB

 RED value IS 174 (68.36% from 255) = 73.42%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.42%
G = 0%
B = 26.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE003F (or 0xAE003F) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 3F. RGB value is (174,0,63). Sum of RGB (Red+Green+Blue) = 174+0+63=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE003F is #51FFC0. Grayscale: #3B3B3B. Windows color (decimal): -5373889 or 4128942. OLE color: 4128942.

HSL color Cylindrical-coordinate representation of color #AE003F: hue angle of 338.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE003F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 63 -
CMYK 0 1 0.64 0.32
HSL 338.28º 1% 0.34% -
HSV(B) 338.28º 1% 0.68% -
XYZ 18.35 9.36 5.54 -
YUV 59.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 174 0 63 0 1 0.64 0.32 338.28 1 0.34
Hex AE 0 3F 0 64 40 20 152 64 22
Octal 256 0 77 0 144 100 40 522 144 42
Binary 10101110 0 111111 0 1100100 1000000 100000 101010010 1100100 100010

Color Harmonies of #AE003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE003F

Black with #AE003F

Text Example


Text Example

White with #AE003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE003F; }

 p { color: rgb(174,0,63); }

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

background-color css

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

 a { background-color: rgb(174,0,63); }

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

border-color css

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

 span { border-color: rgb(174,0,63); }

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