Html Css Color HEX #A30242 Jazzberry Jam

📋 copy color: '#A30242'

red 163 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #A30242

Tints of Jazzberry Jam #A30242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 70.56%
G = 0.87%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A30242 (or 0xA30242) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 42. RGB value is (163,2,66). Sum of RGB (Red+Green+Blue) = 163+2+66=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A30242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30242 is #5CFDBD. Grayscale: #393939. Windows color (decimal): -6094270 or 4326051. OLE color: 4326051.

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

Color convert

RGB 163 2 66 -
CMYK 0 0.99 0.60 0.36
HSL 336.15º 0.98% 0.32% -
HSV(B) 336.15º 0.99% 0.64% -
XYZ 16.11 8.22 5.89 -
YUV 57.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 163 2 66 0 0.99 0.60 0.36 336.15 0.98 0.32
Hex A3 2 42 0 63 3C 24 150 62 20
Octal 243 2 102 0 143 74 44 520 142 40
Binary 10100011 10 1000010 0 1100011 111100 100100 101010000 1100010 100000

Color Harmonies of #A30242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30242

Black with #A30242

Text Example


Text Example

White with #A30242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30242; }

 p { color: rgb(163,2,66); }

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

background-color css

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

 a { background-color: rgb(163,2,66); }

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

border-color css

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

 span { border-color: rgb(163,2,66); }

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