Html Css Color HEX #A30348 Jazzberry Jam

📋 copy color: '#A30348'

red 163 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #A30348

Tints of Jazzberry Jam #A30348

RGB

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

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

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

R = 68.49%
G = 1.26%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A30348 (or 0xA30348) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 48. RGB value is (163,3,72). Sum of RGB (Red+Green+Blue) = 163+3+72=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A30348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30348 is #5CFCB7. Grayscale: #3A3A3A. Windows color (decimal): -6094008 or 4719523. OLE color: 4719523.

HSL color Cylindrical-coordinate representation of color #A30348: hue angle of 334.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30348 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 72 -
CMYK 0 0.98 0.56 0.36
HSL 334.13º 0.96% 0.33% -
HSV(B) 334.13º 0.98% 0.64% -
XYZ 16.31 8.32 6.88 -
YUV 58.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 163 3 72 0 0.98 0.56 0.36 334.13 0.96 0.33
Hex A3 3 48 0 62 38 24 14E 60 21
Octal 243 3 110 0 142 70 44 516 140 41
Binary 10100011 11 1001000 0 1100010 111000 100100 101001110 1100000 100001

Color Harmonies of #A30348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30348

Black with #A30348

Text Example


Text Example

White with #A30348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30348; }

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

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

background-color css

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

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

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

border-color css

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

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

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