Html Css Color HEX #A30E3D Jazzberry Jam

📋 copy color: '#A30E3D'

red 163 ◦ green 14 ◦ blue 61

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

Shades of Jazzberry Jam #A30E3D

Tints of Jazzberry Jam #A30E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 68.49%
G = 5.88%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A30E3D (or 0xA30E3D) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 3D. RGB value is (163,14,61). Sum of RGB (Red+Green+Blue) = 163+14+61=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E3D is #5CF1C2. Grayscale: #3F3F3F. Windows color (decimal): -6091203 or 4001443. OLE color: 4001443.

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

Color convert

RGB 163 14 61 -
CMYK 0 0.91 0.63 0.36
HSL 341.07º 0.84% 0.35% -
HSV(B) 341.07º 0.91% 0.64% -
XYZ 16.1 8.44 5.19 -
YUV 63.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 163 14 61 0 0.91 0.63 0.36 341.07 0.84 0.35
Hex A3 E 3D 0 5B 3F 24 155 54 23
Octal 243 16 75 0 133 77 44 525 124 43
Binary 10100011 1110 111101 0 1011011 111111 100100 101010101 1010100 100011

Color Harmonies of #A30E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E3D

Black with #A30E3D

Text Example


Text Example

White with #A30E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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