Html Css Color HEX #A30F40 Jazzberry Jam

📋 copy color: '#A30F40'

red 163 ◦ green 15 ◦ blue 64

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

Shades of Jazzberry Jam #A30F40

Tints of Jazzberry Jam #A30F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

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

R = 67.36%
G = 6.2%
B = 26.45%

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

#A30F40 (or 0xA30F40) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 40. RGB value is (163,15,64). Sum of RGB (Red+Green+Blue) = 163+15+64=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F40 is #5CF0BF. Grayscale: #404040. Windows color (decimal): -6090944 or 4198307. OLE color: 4198307.

HSL color Cylindrical-coordinate representation of color #A30F40: hue angle of 340.14º degrees, saturation: 0.83, 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 #A30F40 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 15 64 -
CMYK 0 0.91 0.61 0.36
HSL 340.14º 0.83% 0.35% -
HSV(B) 340.14º 0.91% 0.64% -
XYZ 16.2 8.5 5.64 -
YUV 64.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 163 15 64 0 0.91 0.61 0.36 340.14 0.83 0.35
Hex A3 F 40 0 5B 3D 24 154 53 23
Octal 243 17 100 0 133 75 44 524 123 43
Binary 10100011 1111 1000000 0 1011011 111101 100100 101010100 1010011 100011

Color Harmonies of #A30F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F40

Black with #A30F40

Text Example


Text Example

White with #A30F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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