Html Css Color HEX #A30E40 Jazzberry Jam

📋 copy color: '#A30E40'

red 163 ◦ green 14 ◦ blue 64

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

Shades of Jazzberry Jam #A30E40

Tints of Jazzberry Jam #A30E40

RGB

 RED value IS 163 (64.06% from 255) = 67.63%

 GREEN value IS 14 (5.86% from 255) = 5.81%

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

R = 67.63%
G = 5.81%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A30E40 (or 0xA30E40) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 40. RGB value is (163,14,64). Sum of RGB (Red+Green+Blue) = 163+14+64=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E40 is #5CF1BF. Grayscale: #404040. Windows color (decimal): -6091200 or 4198051. OLE color: 4198051.

HSL color Cylindrical-coordinate representation of color #A30E40: hue angle of 339.87º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E40 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 64 -
CMYK 0 0.91 0.61 0.36
HSL 339.87º 0.84% 0.35% -
HSV(B) 339.87º 0.91% 0.64% -
XYZ 16.19 8.47 5.63 -
YUV 64.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 163 14 64 0 0.91 0.61 0.36 339.87 0.84 0.35
Hex A3 E 40 0 5B 3D 24 154 54 23
Octal 243 16 100 0 133 75 44 524 124 43
Binary 10100011 1110 1000000 0 1011011 111101 100100 101010100 1010100 100011

Color Harmonies of #A30E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E40

Black with #A30E40

Text Example


Text Example

White with #A30E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E40; }

 p { color: rgb(163,14,64); }

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

background-color css

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

 a { background-color: rgb(163,14,64); }

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

border-color css

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

 span { border-color: rgb(163,14,64); }

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